Color Hex Logo

#bbf2c3 Color Hex

#BBF2C3
(187,242,195)
0 Favorites   0 Comments

Color spaces of #bbf2c3

RGB 187242195
HSL0.360.680.84
HSV129°23°95°
CMYK 0.230.000.19   0.05
XYZ62.096078.009263.4142
Yxy78.00920.30510.3833
Hunter Lab88.3228-29.069219.2568
CIE-Lab90.7841-26.420817.0891

#bbf2c3 color RGB value is (187,242,195).

#bbf2c3 hex color red value is 187, green value is 242 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #bbf2c3 hue: 0.36 , saturation: 0.68 and the lightness value of bbf2c3 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110010 11000011
Octal 273 362 303
Decimal 187 242 195
Hex BB F2 C3

RGB Percentages of Color #bbf2c3

%29.97
%38.78
%31.25

CMYK Percentages of Color #bbf2c3

%23
%0
%19
%5

Triadic Colors of #bbf2c3

#bbf2c3 #c3bbf2 #f2c3bb

Analogous Colors of #bbf2c3

#bbf2c3 #bbf2df #cff2bb

Monochromatic Colors of #bbf2c3

#bbf2c3

Complementary Color

#bbf2c3 #f2bbea

#bbf2c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf2c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf2c3 Color CSS Codes

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

#bbf2c3 Text Font Color

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

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


#bbf2c3 Background Color

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

This div background color is #bbf2c3


#bbf2c3 Border Color

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

This div border color is #bbf2c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf2c3


Comments

No comments written yet.

Please login to write comment.