Color Hex Logo

#bbdfcc Color Hex

#BBDFCC
(187,223,204)
0 Favorites   0 Comments

Color spaces of #bbdfcc

RGB 187223204
HSL0.410.360.80
HSV148°16°87°
CMYK 0.160.000.09   0.13
XYZ57.780367.699867.1488
Yxy67.69980.30000.3515
Hunter Lab82.2799-18.63989.2092
CIE-Lab85.8561-15.47295.3762

#bbdfcc color RGB value is (187,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11001100
Octal 273 337 314
Decimal 187 223 204
Hex BB DF CC

RGB Percentages of Color #bbdfcc

%30.46
%36.32
%33.22

CMYK Percentages of Color #bbdfcc

%16
%0
%9
%13

Triadic Colors of #bbdfcc

#bbdfcc #ccbbdf #dfccbb

Analogous Colors of #bbdfcc

#bbdfcc #bbdfde #bcdfbb

Monochromatic Colors of #bbdfcc

#bbdfcc

Complementary Color

#bbdfcc #dfbbce

#bbdfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfcc Color CSS Codes

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

#bbdfcc Text Font Color

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

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


#bbdfcc Background Color

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

This div background color is #bbdfcc


#bbdfcc Border Color

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

This div border color is #bbdfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfcc


Comments

No comments written yet.

Please login to write comment.