Shades of Onahau #BBE8ED
Tints of Onahau #BBE8ED
RGB
CMYK
RGB Variations
Color information
#BBE8ED (or 0xBBE8ED) is known color: Onahau. HEX triplet: BB, E8 and ED. RGB value is (187,232,237). Sum of RGB (Red+Green+Blue) = 187+232+237=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8ED is #441712. Grayscale: #DBDBDB. Windows color (decimal): -4462355 or 15591611. OLE color: 15591611.
HSL color Cylindrical-coordinate representation of color #BBE8ED: hue angle of 186º degrees, saturation: 0.58, 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 #BBE8ED is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 232 | 237 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.07 |
| HSL | 186º | 0.58% | 0.83% | - |
| HSV(B) | 186º | 0.21% | 0.93% | - |
| XYZ | 64.64 | 74.39 | 91.07 | - |
| YUV | 219.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 237 | 0.21 | 0.02 | 0 | 0.07 | 186 | 0.58 | 0.83 |
| Hex | BB | E8 | ED | 15 | 2 | 0 | 7 | BA | 3A | 53 |
| Octal | 273 | 350 | 355 | 25 | 2 | 0 | 7 | 272 | 72 | 123 |
| Binary | 10111011 | 11101000 | 11101101 | 10101 | 10 | 0 | 111 | 10111010 | 111010 | 1010011 |
Color Harmonies of #BBE8ED
Complementary color
Monochromatic Colors of #BBE8ED
Black with #BBE8ED
Text Example
Text Example
White with #BBE8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8ED; }
p { color: rgb(187,232,237); }
H1.HeaderClassName
{
color: #BBE8ED;
}
.AnyTagClassName
{
color: #BBE8ED;
}
</style>
background-color css
<style>
a { background-color: #BBE8ED; }
a { background-color: rgb(187,232,237); }
div.DivClassName
{
background-color: #BBE8ED;
}
.BgClassName
{
background-color: #BBE8ED;
}
</style>
border-color css
<style>
span { border-color: #BBE8ED; }
span { border-color: rgb(187,232,237); }
td.TdClassName
{
border-color: #BBE8ED;
}
.TagClassName
{
border-color: #BBE8ED;
}
</style>