Shades of Onahau #BBE6ED
Tints of Onahau #BBE6ED
RGB
CMYK
RGB Variations
Color information
#BBE6ED (or 0xBBE6ED) is known color: Onahau. HEX triplet: BB, E6 and ED. RGB value is (187,230,237). Sum of RGB (Red+Green+Blue) = 187+230+237=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6ED is #441912. Grayscale: #D9D9D9. Windows color (decimal): -4462867 or 15591099. OLE color: 15591099.
HSL color Cylindrical-coordinate representation of color #BBE6ED: hue angle of 188.4º 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 #BBE6ED is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 230 | 237 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.07 |
| HSL | 188.4º | 0.58% | 0.83% | - |
| HSV(B) | 188.4º | 0.21% | 0.93% | - |
| XYZ | 64.08 | 73.27 | 90.89 | - |
| YUV | 217.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 237 | 0.21 | 0.03 | 0 | 0.07 | 188.4 | 0.58 | 0.83 |
| Hex | BB | E6 | ED | 15 | 3 | 0 | 7 | BC | 3A | 53 |
| Octal | 273 | 346 | 355 | 25 | 3 | 0 | 7 | 274 | 72 | 123 |
| Binary | 10111011 | 11100110 | 11101101 | 10101 | 11 | 0 | 111 | 10111100 | 111010 | 1010011 |
Color Harmonies of #BBE6ED
Complementary color
Monochromatic Colors of #BBE6ED
Black with #BBE6ED
Text Example
Text Example
White with #BBE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE6ED; }
p { color: rgb(187,230,237); }
H1.HeaderClassName
{
color: #BBE6ED;
}
.AnyTagClassName
{
color: #BBE6ED;
}
</style>
background-color css
<style>
a { background-color: #BBE6ED; }
a { background-color: rgb(187,230,237); }
div.DivClassName
{
background-color: #BBE6ED;
}
.BgClassName
{
background-color: #BBE6ED;
}
</style>
border-color css
<style>
span { border-color: #BBE6ED; }
span { border-color: rgb(187,230,237); }
td.TdClassName
{
border-color: #BBE6ED;
}
.TagClassName
{
border-color: #BBE6ED;
}
</style>