Shades of Onahau #BBE1EF
Tints of Onahau #BBE1EF
RGB
CMYK
RGB Variations
Color information
#BBE1EF (or 0xBBE1EF) is known color: Onahau. HEX triplet: BB, E1 and EF. RGB value is (187,225,239). Sum of RGB (Red+Green+Blue) = 187+225+239=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1EF is #441E10. Grayscale: #D7D7D7. Windows color (decimal): -4464145 or 15720891. OLE color: 15720891.
HSL color Cylindrical-coordinate representation of color #BBE1EF: hue angle of 196.15º 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 #BBE1EF is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 225 | 239 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.06 |
| HSL | 196.15º | 0.62% | 0.84% | - |
| HSV(B) | 196.15º | 0.22% | 0.94% | - |
| XYZ | 63 | 70.65 | 91.98 | - |
| YUV | 215.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 239 | 0.22 | 0.06 | 0 | 0.06 | 196.15 | 0.62 | 0.84 |
| Hex | BB | E1 | EF | 16 | 6 | 0 | 6 | C4 | 3E | 54 |
| Octal | 273 | 341 | 357 | 26 | 6 | 0 | 6 | 304 | 76 | 124 |
| Binary | 10111011 | 11100001 | 11101111 | 10110 | 110 | 0 | 110 | 11000100 | 111110 | 1010100 |
Color Harmonies of #BBE1EF
Complementary color
Monochromatic Colors of #BBE1EF
Black with #BBE1EF
Text Example
Text Example
White with #BBE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1EF; }
p { color: rgb(187,225,239); }
H1.HeaderClassName
{
color: #BBE1EF;
}
.AnyTagClassName
{
color: #BBE1EF;
}
</style>
background-color css
<style>
a { background-color: #BBE1EF; }
a { background-color: rgb(187,225,239); }
div.DivClassName
{
background-color: #BBE1EF;
}
.BgClassName
{
background-color: #BBE1EF;
}
</style>
border-color css
<style>
span { border-color: #BBE1EF; }
span { border-color: rgb(187,225,239); }
td.TdClassName
{
border-color: #BBE1EF;
}
.TagClassName
{
border-color: #BBE1EF;
}
</style>