Color Hex Logo

#bbfbff Color Hex

#BBFBFF
(187,251,255)
0 Favorites   0 Comments

Color spaces of #bbfbff

RGB 187251255
HSL0.511.000.87
HSV184°27°100°
CMYK 0.270.020.00   0.00
XYZ73.040786.7792107.5081
Yxy86.77920.27320.3246
Hunter Lab93.1554-23.0646-3.2163
CIE-Lab94.6445-18.9371-8.3882

#bbfbff color RGB value is (187,251,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 11111111
Octal 273 373 377
Decimal 187 251 255
Hex BB FB FF

RGB Percentages of Color #bbfbff

%26.98
%36.22
%36.80

CMYK Percentages of Color #bbfbff

%27
%2
%0
%0

Triadic Colors of #bbfbff

#bbfbff #ffbbfb #fbffbb

Analogous Colors of #bbfbff

#bbfbff #bbd9ff #bbffe1

Monochromatic Colors of #bbfbff

#bbfbff

Complementary Color

#bbfbff #ffbfbb

#bbfbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbff Color CSS Codes

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

#bbfbff Text Font Color

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

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


#bbfbff Background Color

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

This div background color is #bbfbff


#bbfbff Border Color

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

This div border color is #bbfbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbff

Related Colors

#bbfbff Color Palettes


Comments

No comments written yet.

Please login to write comment.