Color Hex Logo

#bbdfc0 Color Hex

#BBDFC0
(187,223,192)
0 Favorites   0 Comments

Color spaces of #bbdfc0

RGB 187223192
HSL0.360.360.80
HSV128°16°87°
CMYK 0.160.000.14   0.13
XYZ56.395667.145959.8573
Yxy67.14590.30750.3661
Hunter Lab81.9426-20.550014.0498
CIE-Lab85.5776-17.683211.2954

#bbdfc0 color RGB value is (187,223,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11000000
Octal 273 337 300
Decimal 187 223 192
Hex BB DF C0

RGB Percentages of Color #bbdfc0

%31.06
%37.04
%31.89

CMYK Percentages of Color #bbdfc0

%16
%0
%14
%13

Triadic Colors of #bbdfc0

#bbdfc0 #c0bbdf #dfc0bb

Analogous Colors of #bbdfc0

#bbdfc0 #bbdfd2 #c8dfbb

Monochromatic Colors of #bbdfc0

#bbdfc0

Complementary Color

#bbdfc0 #dfbbda

#bbdfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfc0 Color CSS Codes

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

#bbdfc0 Text Font Color

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

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


#bbdfc0 Background Color

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

This div background color is #bbdfc0


#bbdfc0 Border Color

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

This div border color is #bbdfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfc0


Comments

No comments written yet.

Please login to write comment.