Color Hex Logo

#bbd0ce Color Hex

#BBD0CE
(187,208,206)
0 Favorites   0 Comments

Color spaces of #bbd0ce

RGB 187208206
HSL0.480.180.77
HSV174°10°82°
CMYK 0.100.000.01   0.18
XYZ54.190060.132867.1432
Yxy60.13280.29860.3314
Hunter Lab77.5453-10.96552.9451
CIE-Lab81.9103-7.4263-1.4222

#bbd0ce color RGB value is (187,208,206).

#bbd0ce hex color red value is 187, green value is 208 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bbd0ce hue: 0.48 , saturation: 0.18 and the lightness value of bbd0ce is 0.77.

The process color (four color CMYK) of #bbd0ce color hex is 0.10, 0.00, 0.01, 0.18. Web safe color of #bbd0ce is #cccccc. Color #bbd0ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 11001110
Octal 273 320 316
Decimal 187 208 206
Hex BB D0 CE

RGB Percentages of Color #bbd0ce

%31.11
%34.61
%34.28

CMYK Percentages of Color #bbd0ce

%10
%0
%1
%18

Triadic Colors of #bbd0ce

#bbd0ce #cebbd0 #d0cebb

Analogous Colors of #bbd0ce

#bbd0ce #bbc8d0 #bbd0c4

Monochromatic Colors of #bbd0ce

#bbd0ce

Complementary Color

#bbd0ce #d0bbbd

#bbd0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd0ce Color CSS Codes

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

#bbd0ce Text Font Color

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

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


#bbd0ce Background Color

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

This div background color is #bbd0ce


#bbd0ce Border Color

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

This div border color is #bbd0ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,208,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 #bbd0ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd0ce


Comments

No comments written yet.

Please login to write comment.