Color Hex Logo

#bbd6ce Color Hex

#BBD6CE
(187,214,206)
0 Favorites   0 Comments

Color spaces of #bbd6ce

RGB 187214206
HSL0.450.250.79
HSV162°13°84°
CMYK 0.130.000.04   0.16
XYZ55.680763.114267.6401
Yxy63.11420.29870.3385
Hunter Lab79.4444-13.92145.1308
CIE-Lab83.5024-10.52150.9039

#bbd6ce color RGB value is (187,214,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 11001110
Octal 273 326 316
Decimal 187 214 206
Hex BB D6 CE

RGB Percentages of Color #bbd6ce

%30.81
%35.26
%33.94

CMYK Percentages of Color #bbd6ce

%13
%0
%4
%16

Triadic Colors of #bbd6ce

#bbd6ce #cebbd6 #d6cebb

Analogous Colors of #bbd6ce

#bbd6ce #bbd1d6 #bbd6c1

Monochromatic Colors of #bbd6ce

#bbd6ce

Complementary Color

#bbd6ce #d6bbc3

#bbd6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd6ce Color CSS Codes

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

#bbd6ce Text Font Color

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

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


#bbd6ce Background Color

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

This div background color is #bbd6ce


#bbd6ce Border Color

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

This div border color is #bbd6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd6ce


Comments

No comments written yet.

Please login to write comment.