Color Hex Logo

#bbfffc Color Hex

#BBFFFC
(187,255,252)
1 Favorites   0 Comments

Color spaces of #bbfffc

RGB 187255252
HSL0.491.000.87
HSV177°27°100°
CMYK 0.270.000.01   0.00
XYZ73.824289.1131105.4051
Yxy89.11310.27510.3321
Hunter Lab94.3997-25.6057-0.1224
CIE-Lab95.6277-21.5430-5.3860

#bbfffc color RGB value is (187,255,252).

#bbfffc hex color red value is 187, green value is 255 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bbfffc hue: 0.49 , saturation: 1.00 and the lightness value of bbfffc is 0.87.

The process color (four color CMYK) of #bbfffc color hex is 0.27, 0.00, 0.01, 0.00. Web safe color of #bbfffc is #ccffff. Color #bbfffc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 11111100
Octal 273 377 374
Decimal 187 255 252
Hex BB FF FC

RGB Percentages of Color #bbfffc

%26.95
%36.74
%36.31

CMYK Percentages of Color #bbfffc

%27
%0
%1
%0

Triadic Colors of #bbfffc

#bbfffc #fcbbff #fffcbb

Analogous Colors of #bbfffc

#bbfffc #bbe0ff #bbffda

Monochromatic Colors of #bbfffc

#bbfffc

Complementary Color

#bbfffc #ffbbbe

#bbfffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfffc Color CSS Codes

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

#bbfffc Text Font Color

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

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


#bbfffc Background Color

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

This div background color is #bbfffc


#bbfffc Border Color

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

This div border color is #bbfffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfffc

Related Colors

#bbfffc Color Palettes


Comments

No comments written yet.

Please login to write comment.