Color Hex Logo

#bbc0db Color Hex

#BBC0DB
(187,192,219)
1 Favorites   0 Comments

Color spaces of #bbc0db

RGB 187192219
HSL0.640.310.80
HSV231°15°86°
CMYK 0.150.120.00   0.14
XYZ52.129353.378574.5734
Yxy53.37850.28950.2964
Hunter Lab73.0606-0.4949-9.3753
CIE-Lab78.09793.6829-14.0563

#bbc0db color RGB value is (187,192,219).

#bbc0db hex color red value is 187, green value is 192 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bbc0db hue: 0.64 , saturation: 0.31 and the lightness value of bbc0db is 0.80.

The process color (four color CMYK) of #bbc0db color hex is 0.15, 0.12, 0.00, 0.14. Web safe color of #bbc0db is #cccccc. Color #bbc0db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 11011011
Octal 273 300 333
Decimal 187 192 219
Hex BB C0 DB

RGB Percentages of Color #bbc0db

%31.27
%32.11
%36.62

CMYK Percentages of Color #bbc0db

%15
%12
%0
%14

Triadic Colors of #bbc0db

#bbc0db #dbbbc0 #c0dbbb

Analogous Colors of #bbc0db

#bbc0db #c6bbdb #bbd0db

Monochromatic Colors of #bbc0db

#bbc0db

Complementary Color

#bbc0db #dbd6bb

#bbc0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc0db Color CSS Codes

.mybgcolor {background-color:#bbc0db; } 
.myforecolor {color:#bbc0db; }
.mybordercolor {border:3px solid #bbc0db; }

#bbc0db Text Font Color

<p style="color:#bbc0db">Text here</p>

This sample text font color is #bbc0db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbc0db Background Color

<div style="background-color:#bbc0db">
Div content here</div>

This div background color is #bbc0db


#bbc0db Border Color

<div style="border:3px solid #bbc0db">
Div here</div>

This div border color is #bbc0db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,192,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbc0db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbc0db;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc0db;
  box-shadow:         1px 1px 3px 2px #bbc0db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,192,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbc0db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc0db;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc0db;
  box-shadow:         1px 1px 3px 2px #bbc0db;">
Div content here</div>

This div box has shadow with color #bbc0db


Comments

No comments written yet.

Please login to write comment.