Color Hex Logo

#bbf1ff Color Hex

#BBF1FF
(187,241,255)
0 Favorites   0 Comments

Color spaces of #bbf1ff

RGB 187241255
HSL0.531.000.87
HSV192°27°100°
CMYK 0.270.050.00   0.00
XYZ69.998880.6954106.4942
Yxy80.69540.27220.3138
Hunter Lab89.8306-18.1109-7.4069
CIE-Lab91.9960-13.9691-12.3266

#bbf1ff color RGB value is (187,241,255).

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

The process color (four color CMYK) of #bbf1ff color hex is 0.27, 0.05, 0.00, 0.00. Web safe color of #bbf1ff is #ccffff. Color #bbf1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 11111111
Octal 273 361 377
Decimal 187 241 255
Hex BB F1 FF

RGB Percentages of Color #bbf1ff

%27.38
%35.29
%37.34

CMYK Percentages of Color #bbf1ff

%27
%5
%0
%0

Triadic Colors of #bbf1ff

#bbf1ff #ffbbf1 #f1ffbb

Analogous Colors of #bbf1ff

#bbf1ff #bbcfff #bbffeb

Monochromatic Colors of #bbf1ff

#bbf1ff

Complementary Color

#bbf1ff #ffc9bb

#bbf1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf1ff Color CSS Codes

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

#bbf1ff Text Font Color

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

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


#bbf1ff Background Color

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

This div background color is #bbf1ff


#bbf1ff Border Color

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

This div border color is #bbf1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf1ff


Comments

No comments written yet.

Please login to write comment.