Color Hex Logo

#bbddcb Color Hex

#BBDDCB
(187,221,203)
0 Favorites   0 Comments

Color spaces of #bbddcb

RGB 187221203
HSL0.410.330.80
HSV148°15°87°
CMYK 0.150.000.08   0.13
XYZ57.129566.589566.3419
Yxy66.58950.30060.3504
Hunter Lab81.6024-17.83718.9195
CIE-Lab85.2962-14.65585.0955

#bbddcb color RGB value is (187,221,203).

#bbddcb hex color red value is 187, green value is 221 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bbddcb hue: 0.41 , saturation: 0.33 and the lightness value of bbddcb is 0.80.

The process color (four color CMYK) of #bbddcb color hex is 0.15, 0.00, 0.08, 0.13. Web safe color of #bbddcb is #cccccc. Color #bbddcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11001011
Octal 273 335 313
Decimal 187 221 203
Hex BB DD CB

RGB Percentages of Color #bbddcb

%30.61
%36.17
%33.22

CMYK Percentages of Color #bbddcb

%15
%0
%8
%13

Triadic Colors of #bbddcb

#bbddcb #cbbbdd #ddcbbb

Analogous Colors of #bbddcb

#bbddcb #bbdddc #bcddbb

Monochromatic Colors of #bbddcb

#bbddcb

Complementary Color

#bbddcb #ddbbcd

#bbddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddcb Color CSS Codes

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

#bbddcb Text Font Color

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

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


#bbddcb Background Color

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

This div background color is #bbddcb


#bbddcb Border Color

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

This div border color is #bbddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddcb


Comments

No comments written yet.

Please login to write comment.