Shades of Onahau #BAE9EE
Tints of Onahau #BAE9EE
RGB
CMYK
RGB Variations
Color information
#BAE9EE (or 0xBAE9EE) is known color: Onahau. HEX triplet: BA, E9 and EE. RGB value is (186,233,238). Sum of RGB (Red+Green+Blue) = 186+233+238=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9EE is #451611. Grayscale: #DBDBDB. Windows color (decimal): -4527634 or 15657402. OLE color: 15657402.
HSL color Cylindrical-coordinate representation of color #BAE9EE: hue angle of 185.77º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAE9EE is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 233 | 238 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.07 |
| HSL | 185.77º | 0.6% | 0.83% | - |
| HSV(B) | 185.77º | 0.22% | 0.93% | - |
| XYZ | 64.82 | 74.89 | 91.93 | - |
| YUV | 219.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 238 | 0.22 | 0.02 | 0 | 0.07 | 185.77 | 0.6 | 0.83 |
| Hex | BA | E9 | EE | 16 | 2 | 0 | 7 | BA | 3C | 53 |
| Octal | 272 | 351 | 356 | 26 | 2 | 0 | 7 | 272 | 74 | 123 |
| Binary | 10111010 | 11101001 | 11101110 | 10110 | 10 | 0 | 111 | 10111010 | 111100 | 1010011 |
Color Harmonies of #BAE9EE
Complementary color
Monochromatic Colors of #BAE9EE
Black with #BAE9EE
Text Example
Text Example
White with #BAE9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9EE; }
p { color: rgb(186,233,238); }
H1.HeaderClassName
{
color: #BAE9EE;
}
.AnyTagClassName
{
color: #BAE9EE;
}
</style>
background-color css
<style>
a { background-color: #BAE9EE; }
a { background-color: rgb(186,233,238); }
div.DivClassName
{
background-color: #BAE9EE;
}
.BgClassName
{
background-color: #BAE9EE;
}
</style>
border-color css
<style>
span { border-color: #BAE9EE; }
span { border-color: rgb(186,233,238); }
td.TdClassName
{
border-color: #BAE9EE;
}
.TagClassName
{
border-color: #BAE9EE;
}
</style>