Color Hex Logo

#bbf1cc Color Hex

#BBF1CC
(187,241,204)
0 Favorites   0 Comments

Color spaces of #bbf1cc

RGB 187241204
HSL0.390.660.84
HSV139°22°95°
CMYK 0.220.000.15   0.05
XYZ62.847977.835068.8380
Yxy77.83500.30000.3715
Hunter Lab88.2241-27.234915.4951
CIE-Lab90.7046-24.333812.3199

#bbf1cc color RGB value is (187,241,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 11001100
Octal 273 361 314
Decimal 187 241 204
Hex BB F1 CC

RGB Percentages of Color #bbf1cc

%29.59
%38.13
%32.28

CMYK Percentages of Color #bbf1cc

%22
%0
%15
%5

Triadic Colors of #bbf1cc

#bbf1cc #ccbbf1 #f1ccbb

Analogous Colors of #bbf1cc

#bbf1cc #bbf1e7 #c5f1bb

Monochromatic Colors of #bbf1cc

#bbf1cc

Complementary Color

#bbf1cc #f1bbe0

#bbf1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf1cc Color CSS Codes

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

#bbf1cc Text Font Color

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

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


#bbf1cc Background Color

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

This div background color is #bbf1cc


#bbf1cc Border Color

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

This div border color is #bbf1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf1cc


Comments

No comments written yet.

Please login to write comment.