Color Hex Logo

#bbd3bc Color Hex

#BBD3BC
(187,211,188)
0 Favorites   0 Comments

Color spaces of #bbd3bc

RGB 187211188
HSL0.340.210.78
HSV123°11°83°
CMYK 0.110.000.11   0.17
XYZ52.864960.784256.5232
Yxy60.78420.31070.3572
Hunter Lab77.9642-15.402611.5904
CIE-Lab82.2626-12.35218.6801

#bbd3bc color RGB value is (187,211,188).

#bbd3bc hex color red value is 187, green value is 211 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bbd3bc hue: 0.34 , saturation: 0.21 and the lightness value of bbd3bc is 0.78.

The process color (four color CMYK) of #bbd3bc color hex is 0.11, 0.00, 0.11, 0.17. Web safe color of #bbd3bc is #cccccc. Color #bbd3bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 10111100
Octal 273 323 274
Decimal 187 211 188
Hex BB D3 BC

RGB Percentages of Color #bbd3bc

%31.91
%36.01
%32.08

CMYK Percentages of Color #bbd3bc

%11
%0
%11
%17

Triadic Colors of #bbd3bc

#bbd3bc #bcbbd3 #d3bcbb

Analogous Colors of #bbd3bc

#bbd3bc #bbd3c8 #c6d3bb

Monochromatic Colors of #bbd3bc

#bbd3bc

Complementary Color

#bbd3bc #d3bbd2

#bbd3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd3bc Color CSS Codes

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

#bbd3bc Text Font Color

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

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


#bbd3bc Background Color

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

This div background color is #bbd3bc


#bbd3bc Border Color

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

This div border color is #bbd3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd3bc


Comments

No comments written yet.

Please login to write comment.