Shades of Onahau #BBE8FA
Tints of Onahau #BBE8FA
RGB
CMYK
RGB Variations
Color information
#BBE8FA (or 0xBBE8FA) is known color: Onahau. HEX triplet: BB, E8 and FA. RGB value is (187,232,250). Sum of RGB (Red+Green+Blue) = 187+232+250=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8FA is #441705. Grayscale: #DCDCDC. Windows color (decimal): -4462342 or 16443579. OLE color: 16443579.
HSL color Cylindrical-coordinate representation of color #BBE8FA: hue angle of 197.14º 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 #BBE8FA is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 232 | 250 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.02 |
| HSL | 197.14º | 0.86% | 0.86% | - |
| HSV(B) | 197.14º | 0.25% | 0.98% | - |
| XYZ | 66.61 | 75.18 | 101.44 | - |
| YUV | 220.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 250 | 0.25 | 0.07 | 0 | 0.02 | 197.14 | 0.86 | 0.86 |
| Hex | BB | E8 | FA | 19 | 7 | 0 | 2 | C5 | 56 | 56 |
| Octal | 273 | 350 | 372 | 31 | 7 | 0 | 2 | 305 | 126 | 126 |
| Binary | 10111011 | 11101000 | 11111010 | 11001 | 111 | 0 | 10 | 11000101 | 1010110 | 1010110 |
Color Harmonies of #BBE8FA
Complementary color
Monochromatic Colors of #BBE8FA
Black with #BBE8FA
Text Example
Text Example
White with #BBE8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8FA; }
p { color: rgb(187,232,250); }
H1.HeaderClassName
{
color: #BBE8FA;
}
.AnyTagClassName
{
color: #BBE8FA;
}
</style>
background-color css
<style>
a { background-color: #BBE8FA; }
a { background-color: rgb(187,232,250); }
div.DivClassName
{
background-color: #BBE8FA;
}
.BgClassName
{
background-color: #BBE8FA;
}
</style>
border-color css
<style>
span { border-color: #BBE8FA; }
span { border-color: rgb(187,232,250); }
td.TdClassName
{
border-color: #BBE8FA;
}
.TagClassName
{
border-color: #BBE8FA;
}
</style>