Shades of Onahau #BBE6F9
Tints of Onahau #BBE6F9
RGB
CMYK
RGB Variations
Color information
#BBE6F9 (or 0xBBE6F9) is known color: Onahau. HEX triplet: BB, E6 and F9. RGB value is (187,230,249). Sum of RGB (Red+Green+Blue) = 187+230+249=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBE6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6F9 is #441906. Grayscale: #DBDBDB. Windows color (decimal): -4462855 or 16377531. OLE color: 16377531.
HSL color Cylindrical-coordinate representation of color #BBE6F9: hue angle of 198.39º 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 #BBE6F9 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 230 | 249 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.02 |
| HSL | 198.39º | 0.84% | 0.85% | - |
| HSV(B) | 198.39º | 0.25% | 0.98% | - |
| XYZ | 65.89 | 74 | 100.43 | - |
| YUV | 219.31 | 144.75 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 249 | 0.25 | 0.08 | 0 | 0.02 | 198.39 | 0.84 | 0.85 |
| Hex | BB | E6 | F9 | 19 | 8 | 0 | 2 | C6 | 54 | 55 |
| Octal | 273 | 346 | 371 | 31 | 10 | 0 | 2 | 306 | 124 | 125 |
| Binary | 10111011 | 11100110 | 11111001 | 11001 | 1000 | 0 | 10 | 11000110 | 1010100 | 1010101 |
Color Harmonies of #BBE6F9
Complementary color
Monochromatic Colors of #BBE6F9
Black with #BBE6F9
Text Example
Text Example
White with #BBE6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE6F9; }
p { color: rgb(187,230,249); }
H1.HeaderClassName
{
color: #BBE6F9;
}
.AnyTagClassName
{
color: #BBE6F9;
}
</style>
background-color css
<style>
a { background-color: #BBE6F9; }
a { background-color: rgb(187,230,249); }
div.DivClassName
{
background-color: #BBE6F9;
}
.BgClassName
{
background-color: #BBE6F9;
}
</style>
border-color css
<style>
span { border-color: #BBE6F9; }
span { border-color: rgb(187,230,249); }
td.TdClassName
{
border-color: #BBE6F9;
}
.TagClassName
{
border-color: #BBE6F9;
}
</style>