Color Hex Logo

#bbf6fc Color Hex

#BBF6FC
(187,246,252)
0 Favorites   0 Comments

Color spaces of #bbf6fc

RGB 187246252
HSL0.520.920.86
HSV186°26°99°
CMYK 0.260.020.00   0.01
XYZ71.020083.5046104.4703
Yxy83.50460.27420.3224
Hunter Lab91.3809-21.1886-3.8161
CIE-Lab93.2349-17.1241-8.9248

#bbf6fc color RGB value is (187,246,252).

#bbf6fc hex color red value is 187, green value is 246 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bbf6fc hue: 0.52 , saturation: 0.92 and the lightness value of bbf6fc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110110 11111100
Octal 273 366 374
Decimal 187 246 252
Hex BB F6 FC

RGB Percentages of Color #bbf6fc

%27.30
%35.91
%36.79

CMYK Percentages of Color #bbf6fc

%26
%2
%0
%1

Triadic Colors of #bbf6fc

#bbf6fc #fcbbf6 #f6fcbb

Analogous Colors of #bbf6fc

#bbf6fc #bbd6fc #bbfce2

Monochromatic Colors of #bbf6fc

#bbf6fc

Complementary Color

#bbf6fc #fcc1bb

#bbf6fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf6fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf6fc Color CSS Codes

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

#bbf6fc Text Font Color

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

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


#bbf6fc Background Color

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

This div background color is #bbf6fc


#bbf6fc Border Color

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

This div border color is #bbf6fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf6fc

Related Colors


Comments

No comments written yet.

Please login to write comment.