Shades of Onahau #BBE9ED
Tints of Onahau #BBE9ED
RGB
CMYK
RGB Variations
Color information
#BBE9ED (or 0xBBE9ED) is known color: Onahau. HEX triplet: BB, E9 and ED. RGB value is (187,233,237). Sum of RGB (Red+Green+Blue) = 187+233+237=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9ED is #441612. Grayscale: #DBDBDB. Windows color (decimal): -4462099 or 15591867. OLE color: 15591867.
HSL color Cylindrical-coordinate representation of color #BBE9ED: hue angle of 184.8º 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 #BBE9ED is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 233 | 237 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.07 |
| HSL | 184.8º | 0.58% | 0.83% | - |
| HSV(B) | 184.8º | 0.21% | 0.93% | - |
| XYZ | 64.92 | 74.96 | 91.17 | - |
| YUV | 219.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 237 | 0.21 | 0.02 | 0 | 0.07 | 184.8 | 0.58 | 0.83 |
| Hex | BB | E9 | ED | 15 | 2 | 0 | 7 | B9 | 3A | 53 |
| Octal | 273 | 351 | 355 | 25 | 2 | 0 | 7 | 271 | 72 | 123 |
| Binary | 10111011 | 11101001 | 11101101 | 10101 | 10 | 0 | 111 | 10111001 | 111010 | 1010011 |
Color Harmonies of #BBE9ED
Complementary color
Monochromatic Colors of #BBE9ED
Black with #BBE9ED
Text Example
Text Example
White with #BBE9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9ED; }
p { color: rgb(187,233,237); }
H1.HeaderClassName
{
color: #BBE9ED;
}
.AnyTagClassName
{
color: #BBE9ED;
}
</style>
background-color css
<style>
a { background-color: #BBE9ED; }
a { background-color: rgb(187,233,237); }
div.DivClassName
{
background-color: #BBE9ED;
}
.BgClassName
{
background-color: #BBE9ED;
}
</style>
border-color css
<style>
span { border-color: #BBE9ED; }
span { border-color: rgb(187,233,237); }
td.TdClassName
{
border-color: #BBE9ED;
}
.TagClassName
{
border-color: #BBE9ED;
}
</style>