Shades of Onahau #BBE9EF
Tints of Onahau #BBE9EF
RGB
CMYK
RGB Variations
Color information
#BBE9EF (or 0xBBE9EF) is known color: Onahau. HEX triplet: BB, E9 and EF. RGB value is (187,233,239). Sum of RGB (Red+Green+Blue) = 187+233+239=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9EF is #441610. Grayscale: #DBDBDB. Windows color (decimal): -4462097 or 15722939. OLE color: 15722939.
HSL color Cylindrical-coordinate representation of color #BBE9EF: hue angle of 186.92º 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 #BBE9EF is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 233 | 239 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.06 |
| HSL | 186.92º | 0.62% | 0.84% | - |
| HSV(B) | 186.92º | 0.22% | 0.94% | - |
| XYZ | 65.21 | 75.07 | 92.72 | - |
| YUV | 219.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 239 | 0.22 | 0.03 | 0 | 0.06 | 186.92 | 0.62 | 0.84 |
| Hex | BB | E9 | EF | 16 | 3 | 0 | 6 | BB | 3E | 54 |
| Octal | 273 | 351 | 357 | 26 | 3 | 0 | 6 | 273 | 76 | 124 |
| Binary | 10111011 | 11101001 | 11101111 | 10110 | 11 | 0 | 110 | 10111011 | 111110 | 1010100 |
Color Harmonies of #BBE9EF
Complementary color
Monochromatic Colors of #BBE9EF
Black with #BBE9EF
Text Example
Text Example
White with #BBE9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9EF; }
p { color: rgb(187,233,239); }
H1.HeaderClassName
{
color: #BBE9EF;
}
.AnyTagClassName
{
color: #BBE9EF;
}
</style>
background-color css
<style>
a { background-color: #BBE9EF; }
a { background-color: rgb(187,233,239); }
div.DivClassName
{
background-color: #BBE9EF;
}
.BgClassName
{
background-color: #BBE9EF;
}
</style>
border-color css
<style>
span { border-color: #BBE9EF; }
span { border-color: rgb(187,233,239); }
td.TdClassName
{
border-color: #BBE9EF;
}
.TagClassName
{
border-color: #BBE9EF;
}
</style>