Color Hex Logo

#bbfbc6 Color Hex

#BBFBC6
(187,251,198)
0 Favorites   0 Comments

Color spaces of #bbfbc6

RGB 187251198
HSL0.360.890.86
HSV130°25°98°
CMYK 0.250.000.21   0.02
XYZ65.183783.636466.1340
Yxy83.63640.30320.3891
Hunter Lab91.4529-32.815621.1416
CIE-Lab93.2924-30.157219.0592

#bbfbc6 color RGB value is (187,251,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 11000110
Octal 273 373 306
Decimal 187 251 198
Hex BB FB C6

RGB Percentages of Color #bbfbc6

%29.40
%39.47
%31.13

CMYK Percentages of Color #bbfbc6

%25
%0
%21
%2

Triadic Colors of #bbfbc6

#bbfbc6 #c6bbfb #fbc6bb

Analogous Colors of #bbfbc6

#bbfbc6 #bbfbe6 #d0fbbb

Monochromatic Colors of #bbfbc6

#bbfbc6

Complementary Color

#bbfbc6 #fbbbf0

#bbfbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbc6 Color CSS Codes

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

#bbfbc6 Text Font Color

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

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


#bbfbc6 Background Color

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

This div background color is #bbfbc6


#bbfbc6 Border Color

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

This div border color is #bbfbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbc6


Comments

No comments written yet.

Please login to write comment.