Shades of Onahau #BBEEFC
Tints of Onahau #BBEEFC
RGB
CMYK
RGB Variations
Color information
#BBEEFC (or 0xBBEEFC) is known color: 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
| RGB | 187 | 238 | 252 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.01 |
| HSL | 192.92º | 0.92% | 0.86% | - |
| HSV(B) | 192.92º | 0.26% | 0.99% | - |
| XYZ | 68.64 | 78.74 | 103.68 | - |
| YUV | 224.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 252 | 0.26 | 0.06 | 0 | 0.01 | 192.92 | 0.92 | 0.86 |
| Hex | BB | EE | FC | 1A | 6 | 0 | 1 | C1 | 5C | 56 |
| Octal | 273 | 356 | 374 | 32 | 6 | 0 | 1 | 301 | 134 | 126 |
| Binary | 10111011 | 11101110 | 11111100 | 11010 | 110 | 0 | 1 | 11000001 | 1011100 | 1010110 |
Color Harmonies of #BBEEFC
Complementary color
Monochromatic Colors of #BBEEFC
Black with #BBEEFC
Text Example
Text Example
White with #BBEEFC
Text Example
Text Example
HTML Codes & Css Web 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>