Color Hex Logo

#bbdfbc Color Hex

#BBDFBC
(187,223,188)
0 Favorites   0 Comments

Color spaces of #bbdfbc

RGB 187223188
HSL0.340.360.80
HSV122°16°87°
CMYK 0.160.000.16   0.13
XYZ55.958366.971057.5543
Yxy66.97100.31000.3711
Hunter Lab81.8358-21.156615.5870
CIE-Lab85.4893-18.391513.2719

#bbdfbc color RGB value is (187,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10111100
Octal 273 337 274
Decimal 187 223 188
Hex BB DF BC

RGB Percentages of Color #bbdfbc

%31.27
%37.29
%31.44

CMYK Percentages of Color #bbdfbc

%16
%0
%16
%13

Triadic Colors of #bbdfbc

#bbdfbc #bcbbdf #dfbcbb

Analogous Colors of #bbdfbc

#bbdfbc #bbdfce #ccdfbb

Monochromatic Colors of #bbdfbc

#bbdfbc

Complementary Color

#bbdfbc #dfbbde

#bbdfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfbc Color CSS Codes

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

#bbdfbc Text Font Color

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

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


#bbdfbc Background Color

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

This div background color is #bbdfbc


#bbdfbc Border Color

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

This div border color is #bbdfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfbc


Comments

No comments written yet.

Please login to write comment.