Color Hex Logo

#bbf9ff Color Hex

#BBF9FF
(187,249,255)
0 Favorites   0 Comments

Color spaces of #bbf9ff

RGB 187249255
HSL0.511.000.87
HSV185°27°100°
CMYK 0.270.020.00   0.00
XYZ72.419285.5362107.3010
Yxy85.53620.27300.3225
Hunter Lab92.4858-22.0792-4.0476
CIE-Lab94.1137-17.9517-9.1755

#bbf9ff color RGB value is (187,249,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 11111111
Octal 273 371 377
Decimal 187 249 255
Hex BB F9 FF

RGB Percentages of Color #bbf9ff

%27.06
%36.03
%36.90

CMYK Percentages of Color #bbf9ff

%27
%2
%0
%0

Triadic Colors of #bbf9ff

#bbf9ff #ffbbf9 #f9ffbb

Analogous Colors of #bbf9ff

#bbf9ff #bbd7ff #bbffe3

Monochromatic Colors of #bbf9ff

#bbf9ff

Complementary Color

#bbf9ff #ffc1bb

#bbf9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf9ff Color CSS Codes

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

#bbf9ff Text Font Color

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

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


#bbf9ff Background Color

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

This div background color is #bbf9ff


#bbf9ff Border Color

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

This div border color is #bbf9ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,249,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 #bbf9ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf9ff

Related Colors

#bbf9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.