Shades of Onahau #BBE4F9
Tints of Onahau #BBE4F9
RGB
CMYK
RGB Variations
Color information
#BBE4F9 (or 0xBBE4F9) is known color: Onahau. HEX triplet: BB, E4 and F9. RGB value is (187,228,249). Sum of RGB (Red+Green+Blue) = 187+228+249=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBE4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4F9 is #441B06. Grayscale: #DADADA. Windows color (decimal): -4463367 or 16377019. OLE color: 16377019.
HSL color Cylindrical-coordinate representation of color #BBE4F9: hue angle of 200.32º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE4F9 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 228 | 249 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.02 |
| HSL | 200.32º | 0.84% | 0.85% | - |
| HSV(B) | 200.32º | 0.25% | 0.98% | - |
| XYZ | 65.34 | 72.89 | 100.25 | - |
| YUV | 218.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 249 | 0.25 | 0.08 | 0 | 0.02 | 200.32 | 0.84 | 0.85 |
| Hex | BB | E4 | F9 | 19 | 8 | 0 | 2 | C8 | 54 | 55 |
| Octal | 273 | 344 | 371 | 31 | 10 | 0 | 2 | 310 | 124 | 125 |
| Binary | 10111011 | 11100100 | 11111001 | 11001 | 1000 | 0 | 10 | 11001000 | 1010100 | 1010101 |
Color Harmonies of #BBE4F9
Complementary color
Monochromatic Colors of #BBE4F9
Black with #BBE4F9
Text Example
Text Example
White with #BBE4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4F9; }
p { color: rgb(187,228,249); }
H1.HeaderClassName
{
color: #BBE4F9;
}
.AnyTagClassName
{
color: #BBE4F9;
}
</style>
background-color css
<style>
a { background-color: #BBE4F9; }
a { background-color: rgb(187,228,249); }
div.DivClassName
{
background-color: #BBE4F9;
}
.BgClassName
{
background-color: #BBE4F9;
}
</style>
border-color css
<style>
span { border-color: #BBE4F9; }
span { border-color: rgb(187,228,249); }
td.TdClassName
{
border-color: #BBE4F9;
}
.TagClassName
{
border-color: #BBE4F9;
}
</style>