Shades of Onahau #BBE0E8
Tints of Onahau #BBE0E8
RGB
CMYK
RGB Variations
Color information
#BBE0E8 (or 0xBBE0E8) is known color: Onahau. HEX triplet: BB, E0 and E8. RGB value is (187,224,232). Sum of RGB (Red+Green+Blue) = 187+224+232=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBE0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0E8 is #441F17. Grayscale: #D5D5D5. Windows color (decimal): -4464408 or 15261883. OLE color: 15261883.
HSL color Cylindrical-coordinate representation of color #BBE0E8: hue angle of 190.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE0E8 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 224 | 232 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.09 |
| HSL | 190.67º | 0.49% | 0.82% | - |
| HSV(B) | 190.67º | 0.19% | 0.91% | - |
| XYZ | 61.71 | 69.7 | 86.55 | - |
| YUV | 213.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 232 | 0.19 | 0.03 | 0 | 0.09 | 190.67 | 0.49 | 0.82 |
| Hex | BB | E0 | E8 | 13 | 3 | 0 | 9 | BF | 31 | 52 |
| Octal | 273 | 340 | 350 | 23 | 3 | 0 | 11 | 277 | 61 | 122 |
| Binary | 10111011 | 11100000 | 11101000 | 10011 | 11 | 0 | 1001 | 10111111 | 110001 | 1010010 |
Color Harmonies of #BBE0E8
Complementary color
Monochromatic Colors of #BBE0E8
Black with #BBE0E8
Text Example
Text Example
White with #BBE0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0E8; }
p { color: rgb(187,224,232); }
H1.HeaderClassName
{
color: #BBE0E8;
}
.AnyTagClassName
{
color: #BBE0E8;
}
</style>
background-color css
<style>
a { background-color: #BBE0E8; }
a { background-color: rgb(187,224,232); }
div.DivClassName
{
background-color: #BBE0E8;
}
.BgClassName
{
background-color: #BBE0E8;
}
</style>
border-color css
<style>
span { border-color: #BBE0E8; }
span { border-color: rgb(187,224,232); }
td.TdClassName
{
border-color: #BBE0E8;
}
.TagClassName
{
border-color: #BBE0E8;
}
</style>