Shades of Onahau #BBE5EF
Tints of Onahau #BBE5EF
RGB
CMYK
RGB Variations
Color information
#BBE5EF (or 0xBBE5EF) is known color: Onahau. HEX triplet: BB, E5 and EF. RGB value is (187,229,239). Sum of RGB (Red+Green+Blue) = 187+229+239=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5EF is #441A10. Grayscale: #D9D9D9. Windows color (decimal): -4463121 or 15721915. OLE color: 15721915.
HSL color Cylindrical-coordinate representation of color #BBE5EF: hue angle of 191.54º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBE5EF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 229 | 239 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.06 |
| HSL | 191.54º | 0.62% | 0.84% | - |
| HSV(B) | 191.54º | 0.22% | 0.94% | - |
| XYZ | 64.09 | 72.84 | 92.34 | - |
| YUV | 217.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 239 | 0.22 | 0.04 | 0 | 0.06 | 191.54 | 0.62 | 0.84 |
| Hex | BB | E5 | EF | 16 | 4 | 0 | 6 | C0 | 3E | 54 |
| Octal | 273 | 345 | 357 | 26 | 4 | 0 | 6 | 300 | 76 | 124 |
| Binary | 10111011 | 11100101 | 11101111 | 10110 | 100 | 0 | 110 | 11000000 | 111110 | 1010100 |
Color Harmonies of #BBE5EF
Complementary color
Monochromatic Colors of #BBE5EF
Black with #BBE5EF
Text Example
Text Example
White with #BBE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE5EF; }
p { color: rgb(187,229,239); }
H1.HeaderClassName
{
color: #BBE5EF;
}
.AnyTagClassName
{
color: #BBE5EF;
}
</style>
background-color css
<style>
a { background-color: #BBE5EF; }
a { background-color: rgb(187,229,239); }
div.DivClassName
{
background-color: #BBE5EF;
}
.BgClassName
{
background-color: #BBE5EF;
}
</style>
border-color css
<style>
span { border-color: #BBE5EF; }
span { border-color: rgb(187,229,239); }
td.TdClassName
{
border-color: #BBE5EF;
}
.TagClassName
{
border-color: #BBE5EF;
}
</style>