Shades of Onahau #BBE4EC
Tints of Onahau #BBE4EC
RGB
CMYK
RGB Variations
Color information
#BBE4EC (or 0xBBE4EC) is known color: Onahau. HEX triplet: BB, E4 and EC. RGB value is (187,228,236). Sum of RGB (Red+Green+Blue) = 187+228+236=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4EC is #441B13. Grayscale: #D8D8D8. Windows color (decimal): -4463380 or 15525051. OLE color: 15525051.
HSL color Cylindrical-coordinate representation of color #BBE4EC: hue angle of 189.8º 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 #BBE4EC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 228 | 236 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.07 |
| HSL | 189.8º | 0.56% | 0.83% | - |
| HSV(B) | 189.8º | 0.21% | 0.93% | - |
| XYZ | 63.38 | 72.11 | 89.93 | - |
| YUV | 216.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 236 | 0.21 | 0.03 | 0 | 0.07 | 189.8 | 0.56 | 0.83 |
| Hex | BB | E4 | EC | 15 | 3 | 0 | 7 | BE | 38 | 53 |
| Octal | 273 | 344 | 354 | 25 | 3 | 0 | 7 | 276 | 70 | 123 |
| Binary | 10111011 | 11100100 | 11101100 | 10101 | 11 | 0 | 111 | 10111110 | 111000 | 1010011 |
Color Harmonies of #BBE4EC
Complementary color
Monochromatic Colors of #BBE4EC
Black with #BBE4EC
Text Example
Text Example
White with #BBE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4EC; }
p { color: rgb(187,228,236); }
H1.HeaderClassName
{
color: #BBE4EC;
}
.AnyTagClassName
{
color: #BBE4EC;
}
</style>
background-color css
<style>
a { background-color: #BBE4EC; }
a { background-color: rgb(187,228,236); }
div.DivClassName
{
background-color: #BBE4EC;
}
.BgClassName
{
background-color: #BBE4EC;
}
</style>
border-color css
<style>
span { border-color: #BBE4EC; }
span { border-color: rgb(187,228,236); }
td.TdClassName
{
border-color: #BBE4EC;
}
.TagClassName
{
border-color: #BBE4EC;
}
</style>