Shades of Onahau #BBE9EC
Tints of Onahau #BBE9EC
RGB
CMYK
RGB Variations
Color information
#BBE9EC (or 0xBBE9EC) is known color: Onahau. HEX triplet: BB, E9 and EC. RGB value is (187,233,236). Sum of RGB (Red+Green+Blue) = 187+233+236=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9EC is #441613. Grayscale: #DBDBDB. Windows color (decimal): -4462100 or 15526331. OLE color: 15526331.
HSL color Cylindrical-coordinate representation of color #BBE9EC: hue angle of 183.67º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBE9EC is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 233 | 236 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.07 |
| HSL | 183.67º | 0.56% | 0.83% | - |
| HSV(B) | 183.67º | 0.21% | 0.93% | - |
| XYZ | 64.77 | 74.9 | 90.4 | - |
| YUV | 219.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 236 | 0.21 | 0.01 | 0 | 0.07 | 183.67 | 0.56 | 0.83 |
| Hex | BB | E9 | EC | 15 | 1 | 0 | 7 | B8 | 38 | 53 |
| Octal | 273 | 351 | 354 | 25 | 1 | 0 | 7 | 270 | 70 | 123 |
| Binary | 10111011 | 11101001 | 11101100 | 10101 | 1 | 0 | 111 | 10111000 | 111000 | 1010011 |
Color Harmonies of #BBE9EC
Complementary color
Monochromatic Colors of #BBE9EC
Black with #BBE9EC
Text Example
Text Example
White with #BBE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9EC; }
p { color: rgb(187,233,236); }
H1.HeaderClassName
{
color: #BBE9EC;
}
.AnyTagClassName
{
color: #BBE9EC;
}
</style>
background-color css
<style>
a { background-color: #BBE9EC; }
a { background-color: rgb(187,233,236); }
div.DivClassName
{
background-color: #BBE9EC;
}
.BgClassName
{
background-color: #BBE9EC;
}
</style>
border-color css
<style>
span { border-color: #BBE9EC; }
span { border-color: rgb(187,233,236); }
td.TdClassName
{
border-color: #BBE9EC;
}
.TagClassName
{
border-color: #BBE9EC;
}
</style>