Color Hex Logo

#bbf0cc Color Hex

#BBF0CC
(187,240,204)
0 Favorites   0 Comments

Color spaces of #bbf0cc

RGB 187240204
HSL0.390.640.84
HSV139°22°94°
CMYK 0.220.000.15   0.06
XYZ62.552777.244668.7396
Yxy77.24460.30000.3704
Hunter Lab87.8889-26.762715.1504
CIE-Lab90.4341-23.851111.9353

#bbf0cc color RGB value is (187,240,204).

#bbf0cc hex color red value is 187, green value is 240 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bbf0cc hue: 0.39 , saturation: 0.64 and the lightness value of bbf0cc is 0.84.

The process color (four color CMYK) of #bbf0cc color hex is 0.22, 0.00, 0.15, 0.06. Web safe color of #bbf0cc is #ccffcc. Color #bbf0cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 11001100
Octal 273 360 314
Decimal 187 240 204
Hex BB F0 CC

RGB Percentages of Color #bbf0cc

%29.64
%38.03
%32.33

CMYK Percentages of Color #bbf0cc

%22
%0
%15
%6

Triadic Colors of #bbf0cc

#bbf0cc #ccbbf0 #f0ccbb

Analogous Colors of #bbf0cc

#bbf0cc #bbf0e7 #c5f0bb

Monochromatic Colors of #bbf0cc

#bbf0cc

Complementary Color

#bbf0cc #f0bbdf

#bbf0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf0cc Color CSS Codes

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

#bbf0cc Text Font Color

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

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


#bbf0cc Background Color

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

This div background color is #bbf0cc


#bbf0cc Border Color

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

This div border color is #bbf0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf0cc


Comments

No comments written yet.

Please login to write comment.