Shades of Onahau #BBE9FA
Tints of Onahau #BBE9FA
RGB
CMYK
RGB Variations
Color information
#BBE9FA (or 0xBBE9FA) is known color: Onahau. HEX triplet: BB, E9 and FA. RGB value is (187,233,250). Sum of RGB (Red+Green+Blue) = 187+233+250=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9FA is #441605. Grayscale: #DDDDDD. Windows color (decimal): -4462086 or 16443835. OLE color: 16443835.
HSL color Cylindrical-coordinate representation of color #BBE9FA: hue angle of 196.19º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE9FA is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 233 | 250 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.02 |
| HSL | 196.19º | 0.86% | 0.86% | - |
| HSV(B) | 196.19º | 0.25% | 0.98% | - |
| XYZ | 66.89 | 75.74 | 101.54 | - |
| YUV | 221.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 250 | 0.25 | 0.07 | 0 | 0.02 | 196.19 | 0.86 | 0.86 |
| Hex | BB | E9 | FA | 19 | 7 | 0 | 2 | C4 | 56 | 56 |
| Octal | 273 | 351 | 372 | 31 | 7 | 0 | 2 | 304 | 126 | 126 |
| Binary | 10111011 | 11101001 | 11111010 | 11001 | 111 | 0 | 10 | 11000100 | 1010110 | 1010110 |
Color Harmonies of #BBE9FA
Complementary color
Monochromatic Colors of #BBE9FA
Black with #BBE9FA
Text Example
Text Example
White with #BBE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9FA; }
p { color: rgb(187,233,250); }
H1.HeaderClassName
{
color: #BBE9FA;
}
.AnyTagClassName
{
color: #BBE9FA;
}
</style>
background-color css
<style>
a { background-color: #BBE9FA; }
a { background-color: rgb(187,233,250); }
div.DivClassName
{
background-color: #BBE9FA;
}
.BgClassName
{
background-color: #BBE9FA;
}
</style>
border-color css
<style>
span { border-color: #BBE9FA; }
span { border-color: rgb(187,233,250); }
td.TdClassName
{
border-color: #BBE9FA;
}
.TagClassName
{
border-color: #BBE9FA;
}
</style>