Color Hex Logo

#bbd6cf Color Hex

#BBD6CF
(187,214,207)
0 Favorites   0 Comments

Color spaces of #bbd6cf

RGB 187214207
HSL0.460.250.79
HSV164°13°84°
CMYK 0.130.000.03   0.16
XYZ55.802663.162968.2820
Yxy63.16290.29800.3373
Hunter Lab79.4751-13.74954.6928
CIE-Lab83.5280-10.32670.4099

#bbd6cf color RGB value is (187,214,207).

#bbd6cf hex color red value is 187, green value is 214 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bbd6cf hue: 0.46 , saturation: 0.25 and the lightness value of bbd6cf is 0.79.

The process color (four color CMYK) of #bbd6cf color hex is 0.13, 0.00, 0.03, 0.16. Web safe color of #bbd6cf is #cccccc. Color #bbd6cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 11001111
Octal 273 326 317
Decimal 187 214 207
Hex BB D6 CF

RGB Percentages of Color #bbd6cf

%30.76
%35.20
%34.05

CMYK Percentages of Color #bbd6cf

%13
%0
%3
%16

Triadic Colors of #bbd6cf

#bbd6cf #cfbbd6 #d6cfbb

Analogous Colors of #bbd6cf

#bbd6cf #bbd0d6 #bbd6c2

Monochromatic Colors of #bbd6cf

#bbd6cf

Complementary Color

#bbd6cf #d6bbc2

#bbd6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd6cf Color CSS Codes

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

#bbd6cf Text Font Color

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

This sample text font color is #bbd6cf
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.


#bbd6cf Background Color

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

This div background color is #bbd6cf


#bbd6cf Border Color

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

This div border color is #bbd6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd6cf


Comments

No comments written yet.

Please login to write comment.