Shades of Onahau #BBE0EC
Tints of Onahau #BBE0EC
RGB
CMYK
RGB Variations
Color information
#BBE0EC (or 0xBBE0EC) is known color: Onahau. HEX triplet: BB, E0 and EC. RGB value is (187,224,236). Sum of RGB (Red+Green+Blue) = 187+224+236=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0EC is #441F13. Grayscale: #D6D6D6. Windows color (decimal): -4464404 or 15524027. OLE color: 15524027.
HSL color Cylindrical-coordinate representation of color #BBE0EC: hue angle of 194.69º 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 #BBE0EC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 224 | 236 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.07 |
| HSL | 194.69º | 0.56% | 0.83% | - |
| HSV(B) | 194.69º | 0.21% | 0.93% | - |
| XYZ | 62.29 | 69.93 | 89.57 | - |
| YUV | 214.31 | 140.24 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 236 | 0.21 | 0.05 | 0 | 0.07 | 194.69 | 0.56 | 0.83 |
| Hex | BB | E0 | EC | 15 | 5 | 0 | 7 | C3 | 38 | 53 |
| Octal | 273 | 340 | 354 | 25 | 5 | 0 | 7 | 303 | 70 | 123 |
| Binary | 10111011 | 11100000 | 11101100 | 10101 | 101 | 0 | 111 | 11000011 | 111000 | 1010011 |
Color Harmonies of #BBE0EC
Complementary color
Monochromatic Colors of #BBE0EC
Black with #BBE0EC
Text Example
Text Example
White with #BBE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0EC; }
p { color: rgb(187,224,236); }
H1.HeaderClassName
{
color: #BBE0EC;
}
.AnyTagClassName
{
color: #BBE0EC;
}
</style>
background-color css
<style>
a { background-color: #BBE0EC; }
a { background-color: rgb(187,224,236); }
div.DivClassName
{
background-color: #BBE0EC;
}
.BgClassName
{
background-color: #BBE0EC;
}
</style>
border-color css
<style>
span { border-color: #BBE0EC; }
span { border-color: rgb(187,224,236); }
td.TdClassName
{
border-color: #BBE0EC;
}
.TagClassName
{
border-color: #BBE0EC;
}
</style>