Shades of Onahau #BBE2E9
Tints of Onahau #BBE2E9
RGB
CMYK
RGB Variations
Color information
#BBE2E9 (or 0xBBE2E9) is known color: Onahau. HEX triplet: BB, E2 and E9. RGB value is (187,226,233). Sum of RGB (Red+Green+Blue) = 187+226+233=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBE2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2E9 is #441D16. Grayscale: #D7D7D7. Windows color (decimal): -4463895 or 15327931. OLE color: 15327931.
HSL color Cylindrical-coordinate representation of color #BBE2E9: hue angle of 189.13º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE2E9 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 226 | 233 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.09 |
| HSL | 189.13º | 0.51% | 0.82% | - |
| HSV(B) | 189.13º | 0.2% | 0.91% | - |
| XYZ | 62.4 | 70.84 | 87.48 | - |
| YUV | 215.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 233 | 0.20 | 0.03 | 0 | 0.09 | 189.13 | 0.51 | 0.82 |
| Hex | BB | E2 | E9 | 14 | 3 | 0 | 9 | BD | 33 | 52 |
| Octal | 273 | 342 | 351 | 24 | 3 | 0 | 11 | 275 | 63 | 122 |
| Binary | 10111011 | 11100010 | 11101001 | 10100 | 11 | 0 | 1001 | 10111101 | 110011 | 1010010 |
Color Harmonies of #BBE2E9
Complementary color
Monochromatic Colors of #BBE2E9
Black with #BBE2E9
Text Example
Text Example
White with #BBE2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2E9; }
p { color: rgb(187,226,233); }
H1.HeaderClassName
{
color: #BBE2E9;
}
.AnyTagClassName
{
color: #BBE2E9;
}
</style>
background-color css
<style>
a { background-color: #BBE2E9; }
a { background-color: rgb(187,226,233); }
div.DivClassName
{
background-color: #BBE2E9;
}
.BgClassName
{
background-color: #BBE2E9;
}
</style>
border-color css
<style>
span { border-color: #BBE2E9; }
span { border-color: rgb(187,226,233); }
td.TdClassName
{
border-color: #BBE2E9;
}
.TagClassName
{
border-color: #BBE2E9;
}
</style>