Shades of Onahau #BBE9F6
Tints of Onahau #BBE9F6
RGB
CMYK
RGB Variations
Color information
#BBE9F6 (or 0xBBE9F6) is known color: Onahau. HEX triplet: BB, E9 and F6. RGB value is (187,233,246). Sum of RGB (Red+Green+Blue) = 187+233+246=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 233 (91.41% from 255 or 34.98% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBE9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9F6 is #441609. Grayscale: #DCDCDC. Windows color (decimal): -4462090 or 16181691. OLE color: 16181691.
HSL color Cylindrical-coordinate representation of color #BBE9F6: hue angle of 193.22º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBE9F6 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 233 | 246 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.04 |
| HSL | 193.22º | 0.77% | 0.85% | - |
| HSV(B) | 193.22º | 0.24% | 0.96% | - |
| XYZ | 66.27 | 75.5 | 98.27 | - |
| YUV | 220.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 246 | 0.24 | 0.05 | 0 | 0.04 | 193.22 | 0.77 | 0.85 |
| Hex | BB | E9 | F6 | 18 | 5 | 0 | 4 | C1 | 4D | 55 |
| Octal | 273 | 351 | 366 | 30 | 5 | 0 | 4 | 301 | 115 | 125 |
| Binary | 10111011 | 11101001 | 11110110 | 11000 | 101 | 0 | 100 | 11000001 | 1001101 | 1010101 |
Color Harmonies of #BBE9F6
Complementary color
Monochromatic Colors of #BBE9F6
Black with #BBE9F6
Text Example
Text Example
White with #BBE9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9F6; }
p { color: rgb(187,233,246); }
H1.HeaderClassName
{
color: #BBE9F6;
}
.AnyTagClassName
{
color: #BBE9F6;
}
</style>
background-color css
<style>
a { background-color: #BBE9F6; }
a { background-color: rgb(187,233,246); }
div.DivClassName
{
background-color: #BBE9F6;
}
.BgClassName
{
background-color: #BBE9F6;
}
</style>
border-color css
<style>
span { border-color: #BBE9F6; }
span { border-color: rgb(187,233,246); }
td.TdClassName
{
border-color: #BBE9F6;
}
.TagClassName
{
border-color: #BBE9F6;
}
</style>