Color Hex Logo

#bbfbc2 Color Hex

#BBFBC2
(187,251,194)
0 Favorites   0 Comments

Color spaces of #bbfbc2

RGB 187251194
HSL0.350.890.86
HSV127°25°98°
CMYK 0.250.000.23   0.02
XYZ64.728383.454263.7357
Yxy83.45420.30540.3938
Hunter Lab91.3533-33.392222.5816
CIE-Lab93.2129-30.844120.9950

#bbfbc2 color RGB value is (187,251,194).

#bbfbc2 hex color red value is 187, green value is 251 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #bbfbc2 hue: 0.35 , saturation: 0.89 and the lightness value of bbfbc2 is 0.86.

The process color (four color CMYK) of #bbfbc2 color hex is 0.25, 0.00, 0.23, 0.02. Web safe color of #bbfbc2 is #ccffcc. Color #bbfbc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 11000010
Octal 273 373 302
Decimal 187 251 194
Hex BB FB C2

RGB Percentages of Color #bbfbc2

%29.59
%39.72
%30.70

CMYK Percentages of Color #bbfbc2

%25
%0
%23
%2

Triadic Colors of #bbfbc2

#bbfbc2 #c2bbfb #fbc2bb

Analogous Colors of #bbfbc2

#bbfbc2 #bbfbe2 #d4fbbb

Monochromatic Colors of #bbfbc2

#bbfbc2

Complementary Color

#bbfbc2 #fbbbf4

#bbfbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbc2 Color CSS Codes

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

#bbfbc2 Text Font Color

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

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


#bbfbc2 Background Color

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

This div background color is #bbfbc2


#bbfbc2 Border Color

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

This div border color is #bbfbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbc2

Related Colors


Comments

No comments written yet.

Please login to write comment.