Color Hex Logo

#bbdec6 Color Hex

#BBDEC6
(187,222,198)
0 Favorites   0 Comments

Color spaces of #bbdec6

RGB 187222198
HSL0.390.350.80
HSV139°16°87°
CMYK 0.160.000.11   0.13
XYZ56.807866.884663.3420
Yxy66.88460.30370.3576
Hunter Lab81.7830-19.131311.3272
CIE-Lab85.4456-16.09337.9483

#bbdec6 color RGB value is (187,222,198).

#bbdec6 hex color red value is 187, green value is 222 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #bbdec6 hue: 0.39 , saturation: 0.35 and the lightness value of bbdec6 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 11000110
Octal 273 336 306
Decimal 187 222 198
Hex BB DE C6

RGB Percentages of Color #bbdec6

%30.81
%36.57
%32.62

CMYK Percentages of Color #bbdec6

%16
%0
%11
%13

Triadic Colors of #bbdec6

#bbdec6 #c6bbde #dec6bb

Analogous Colors of #bbdec6

#bbdec6 #bbded8 #c2debb

Monochromatic Colors of #bbdec6

#bbdec6

Complementary Color

#bbdec6 #debbd3

#bbdec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdec6 Color CSS Codes

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

#bbdec6 Text Font Color

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

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


#bbdec6 Background Color

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

This div background color is #bbdec6


#bbdec6 Border Color

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

This div border color is #bbdec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdec6


Comments

No comments written yet.

Please login to write comment.