Color Hex Logo

#bbf1bc Color Hex

#BBF1BC
(187,241,188)
0 Favorites   0 Comments

Color spaces of #bbf1bc

RGB 187241188
HSL0.340.660.84
HSV121°22°95°
CMYK 0.220.000.22   0.05
XYZ61.025977.106259.2435
Yxy77.10620.30920.3907
Hunter Lab87.8101-29.614621.4655
CIE-Lab90.3705-27.144620.1209

#bbf1bc color RGB value is (187,241,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 10111100
Octal 273 361 274
Decimal 187 241 188
Hex BB F1 BC

RGB Percentages of Color #bbf1bc

%30.36
%39.12
%30.52

CMYK Percentages of Color #bbf1bc

%22
%0
%22
%5

Triadic Colors of #bbf1bc

#bbf1bc #bcbbf1 #f1bcbb

Analogous Colors of #bbf1bc

#bbf1bc #bbf1d7 #d5f1bb

Monochromatic Colors of #bbf1bc

#bbf1bc

Complementary Color

#bbf1bc #f1bbf0

#bbf1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf1bc Color CSS Codes

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

#bbf1bc Text Font Color

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

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


#bbf1bc Background Color

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

This div background color is #bbf1bc


#bbf1bc Border Color

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

This div border color is #bbf1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf1bc


Comments

No comments written yet.

Please login to write comment.