#BBEEFC

Color #BBEEFC Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BBEEFC

Tints of Onahau #BBEEFC

Color information

#BBEEFC (or 0xBBEEFC) is unknown color: approx Onahau. HEX triplet: BB, EE and FC. RGB value is (187,238,252). Sum of RGB (Red+Green+Blue) = 187+238+252=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEFC is #441103. Grayscale: #E0E0E0. Windows color (decimal): -4460804 or 16576187. OLE color: 16576187.

HSL color Cylindrical-coordinate representation of color #BBEEFC: hue angle of 192.92º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBEEFC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187238252-
CMYK0.260.0600.01
HSL192.92º91.55%86.08%-
HSV(B)192.92º25.79%98.82%-
XYZ68.6478.74103.68-
YUV224.35143.6101.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 27.62%
GREEN value IS 238 (93.36% from 255) = 35.16%
BLUE value IS 252 (98.83% from 255) = 37.22%
R=27.62%
G=35.16%
B=37.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872382520.260.0600.01192.9291.5586.08
HexBBEEFC1A601c15c56
Octal27335637432601301134126
Binary10111011111011101111110011010110011100000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEFC; }

 p { color: rgb(187,238,252); }

 H1.HeaderClassName
 {
   color: #BBEEFC;
 }
 .AnyTagClassName
 {
   color: #BBEEFC;
 }
</style>
background-color css

<style>
 a { background-color: #BBEEFC; }

 a { background-color: rgb(187,238,252); }

 div.DivClassName
 {
   background-color: #BBEEFC;
 }
 .BgClassName
 {
   background-color: #BBEEFC;
 }
</style>
border-color css

<style>
 span { border-color: #BBEEFC; }

 span { border-color: rgb(187,238,252); }

 td.TdClassName
 {
   border-color: #BBEEFC;
 }
 .TagClassName
 {
   border-color: #BBEEFC;
 }
</style>