Color Hex Logo

#bbd5cb Color Hex

#BBD5CB
(187,213,203)
0 Favorites   0 Comments

Color spaces of #bbd5cb

RGB 187213203
HSL0.440.240.78
HSV157°12°84°
CMYK 0.120.000.05   0.16
XYZ55.067362.465165.6545
Yxy62.46510.30060.3410
Hunter Lab79.0349-13.94176.0720
CIE-Lab83.1601-10.58812.0002

#bbd5cb color RGB value is (187,213,203).

#bbd5cb hex color red value is 187, green value is 213 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bbd5cb hue: 0.44 , saturation: 0.24 and the lightness value of bbd5cb is 0.78.

The process color (four color CMYK) of #bbd5cb color hex is 0.12, 0.00, 0.05, 0.16. Web safe color of #bbd5cb is #cccccc. Color #bbd5cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010101 11001011
Octal 273 325 313
Decimal 187 213 203
Hex BB D5 CB

RGB Percentages of Color #bbd5cb

%31.01
%35.32
%33.67

CMYK Percentages of Color #bbd5cb

%12
%0
%5
%16

Triadic Colors of #bbd5cb

#bbd5cb #cbbbd5 #d5cbbb

Analogous Colors of #bbd5cb

#bbd5cb #bbd2d5 #bbd5be

Monochromatic Colors of #bbd5cb

#bbd5cb

Complementary Color

#bbd5cb #d5bbc5

#bbd5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd5cb Color CSS Codes

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

#bbd5cb Text Font Color

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

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


#bbd5cb Background Color

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

This div background color is #bbd5cb


#bbd5cb Border Color

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

This div border color is #bbd5cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd5cb


Comments

No comments written yet.

Please login to write comment.