Shades of Onahau #BAE9EC
Tints of Onahau #BAE9EC
RGB
CMYK
RGB Variations
Color information
#BAE9EC (or 0xBAE9EC) is known color: Onahau. HEX triplet: BA, E9 and EC. RGB value is (186,233,236). Sum of RGB (Red+Green+Blue) = 186+233+236=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9EC is #451613. Grayscale: #DBDBDB. Windows color (decimal): -4527636 or 15526330. OLE color: 15526330.
HSL color Cylindrical-coordinate representation of color #BAE9EC: hue angle of 183.6º degrees, saturation: 0.57, 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 #BAE9EC is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 233 | 236 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.07 |
| HSL | 183.6º | 0.57% | 0.83% | - |
| HSV(B) | 183.6º | 0.21% | 0.93% | - |
| XYZ | 64.53 | 74.77 | 90.39 | - |
| YUV | 219.29 | 137.43 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 236 | 0.21 | 0.01 | 0 | 0.07 | 183.6 | 0.57 | 0.83 |
| Hex | BA | E9 | EC | 15 | 1 | 0 | 7 | B8 | 39 | 53 |
| Octal | 272 | 351 | 354 | 25 | 1 | 0 | 7 | 270 | 71 | 123 |
| Binary | 10111010 | 11101001 | 11101100 | 10101 | 1 | 0 | 111 | 10111000 | 111001 | 1010011 |
Color Harmonies of #BAE9EC
Complementary color
Monochromatic Colors of #BAE9EC
Black with #BAE9EC
Text Example
Text Example
White with #BAE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9EC; }
p { color: rgb(186,233,236); }
H1.HeaderClassName
{
color: #BAE9EC;
}
.AnyTagClassName
{
color: #BAE9EC;
}
</style>
background-color css
<style>
a { background-color: #BAE9EC; }
a { background-color: rgb(186,233,236); }
div.DivClassName
{
background-color: #BAE9EC;
}
.BgClassName
{
background-color: #BAE9EC;
}
</style>
border-color css
<style>
span { border-color: #BAE9EC; }
span { border-color: rgb(186,233,236); }
td.TdClassName
{
border-color: #BAE9EC;
}
.TagClassName
{
border-color: #BAE9EC;
}
</style>