Shades of Onahau #BBE3EC
Tints of Onahau #BBE3EC
RGB
CMYK
RGB Variations
Color information
#BBE3EC (or 0xBBE3EC) is known color: Onahau. HEX triplet: BB, E3 and EC. RGB value is (187,227,236). Sum of RGB (Red+Green+Blue) = 187+227+236=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3EC is #441C13. Grayscale: #D7D7D7. Windows color (decimal): -4463636 or 15524795. OLE color: 15524795.
HSL color Cylindrical-coordinate representation of color #BBE3EC: hue angle of 191.02º 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 #BBE3EC is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 227 | 236 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.07 |
| HSL | 191.02º | 0.56% | 0.83% | - |
| HSV(B) | 191.02º | 0.21% | 0.93% | - |
| XYZ | 63.1 | 71.56 | 89.84 | - |
| YUV | 216.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 236 | 0.21 | 0.04 | 0 | 0.07 | 191.02 | 0.56 | 0.83 |
| Hex | BB | E3 | EC | 15 | 4 | 0 | 7 | BF | 38 | 53 |
| Octal | 273 | 343 | 354 | 25 | 4 | 0 | 7 | 277 | 70 | 123 |
| Binary | 10111011 | 11100011 | 11101100 | 10101 | 100 | 0 | 111 | 10111111 | 111000 | 1010011 |
Color Harmonies of #BBE3EC
Complementary color
Monochromatic Colors of #BBE3EC
Black with #BBE3EC
Text Example
Text Example
White with #BBE3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3EC; }
p { color: rgb(187,227,236); }
H1.HeaderClassName
{
color: #BBE3EC;
}
.AnyTagClassName
{
color: #BBE3EC;
}
</style>
background-color css
<style>
a { background-color: #BBE3EC; }
a { background-color: rgb(187,227,236); }
div.DivClassName
{
background-color: #BBE3EC;
}
.BgClassName
{
background-color: #BBE3EC;
}
</style>
border-color css
<style>
span { border-color: #BBE3EC; }
span { border-color: rgb(187,227,236); }
td.TdClassName
{
border-color: #BBE3EC;
}
.TagClassName
{
border-color: #BBE3EC;
}
</style>