Shades of Onahau #BAE9EF
Tints of Onahau #BAE9EF
RGB
CMYK
RGB Variations
Color information
#BAE9EF (or 0xBAE9EF) is known color: Onahau. HEX triplet: BA, E9 and EF. RGB value is (186,233,239). Sum of RGB (Red+Green+Blue) = 186+233+239=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9EF is #451610. Grayscale: #DBDBDB. Windows color (decimal): -4527633 or 15722938. OLE color: 15722938.
HSL color Cylindrical-coordinate representation of color #BAE9EF: hue angle of 186.79º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAE9EF is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 233 | 239 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.06 |
| HSL | 186.79º | 0.62% | 0.83% | - |
| HSV(B) | 186.79º | 0.22% | 0.94% | - |
| XYZ | 64.97 | 74.95 | 92.7 | - |
| YUV | 219.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 239 | 0.22 | 0.03 | 0 | 0.06 | 186.79 | 0.62 | 0.83 |
| Hex | BA | E9 | EF | 16 | 3 | 0 | 6 | BB | 3E | 53 |
| Octal | 272 | 351 | 357 | 26 | 3 | 0 | 6 | 273 | 76 | 123 |
| Binary | 10111010 | 11101001 | 11101111 | 10110 | 11 | 0 | 110 | 10111011 | 111110 | 1010011 |
Color Harmonies of #BAE9EF
Complementary color
Monochromatic Colors of #BAE9EF
Black with #BAE9EF
Text Example
Text Example
White with #BAE9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9EF; }
p { color: rgb(186,233,239); }
H1.HeaderClassName
{
color: #BAE9EF;
}
.AnyTagClassName
{
color: #BAE9EF;
}
</style>
background-color css
<style>
a { background-color: #BAE9EF; }
a { background-color: rgb(186,233,239); }
div.DivClassName
{
background-color: #BAE9EF;
}
.BgClassName
{
background-color: #BAE9EF;
}
</style>
border-color css
<style>
span { border-color: #BAE9EF; }
span { border-color: rgb(186,233,239); }
td.TdClassName
{
border-color: #BAE9EF;
}
.TagClassName
{
border-color: #BAE9EF;
}
</style>