Shades of Onahau #BBE2EF
Tints of Onahau #BBE2EF
RGB
CMYK
RGB Variations
Color information
#BBE2EF (or 0xBBE2EF) is known color: Onahau. HEX triplet: BB, E2 and EF. RGB value is (187,226,239). Sum of RGB (Red+Green+Blue) = 187+226+239=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2EF is #441D10. Grayscale: #D7D7D7. Windows color (decimal): -4463889 or 15721147. OLE color: 15721147.
HSL color Cylindrical-coordinate representation of color #BBE2EF: hue angle of 195º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBE2EF is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 226 | 239 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.06 |
| HSL | 195º | 0.62% | 0.84% | - |
| HSV(B) | 195º | 0.22% | 0.94% | - |
| XYZ | 63.27 | 71.19 | 92.07 | - |
| YUV | 215.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 239 | 0.22 | 0.05 | 0 | 0.06 | 195 | 0.62 | 0.84 |
| Hex | BB | E2 | EF | 16 | 5 | 0 | 6 | C3 | 3E | 54 |
| Octal | 273 | 342 | 357 | 26 | 5 | 0 | 6 | 303 | 76 | 124 |
| Binary | 10111011 | 11100010 | 11101111 | 10110 | 101 | 0 | 110 | 11000011 | 111110 | 1010100 |
Color Harmonies of #BBE2EF
Complementary color
Monochromatic Colors of #BBE2EF
Black with #BBE2EF
Text Example
Text Example
White with #BBE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2EF; }
p { color: rgb(187,226,239); }
H1.HeaderClassName
{
color: #BBE2EF;
}
.AnyTagClassName
{
color: #BBE2EF;
}
</style>
background-color css
<style>
a { background-color: #BBE2EF; }
a { background-color: rgb(187,226,239); }
div.DivClassName
{
background-color: #BBE2EF;
}
.BgClassName
{
background-color: #BBE2EF;
}
</style>
border-color css
<style>
span { border-color: #BBE2EF; }
span { border-color: rgb(187,226,239); }
td.TdClassName
{
border-color: #BBE2EF;
}
.TagClassName
{
border-color: #BBE2EF;
}
</style>