Shades of Onahau #BAE6E9
Tints of Onahau #BAE6E9
RGB
CMYK
RGB Variations
Color information
#BAE6E9 (or 0xBAE6E9) is known color: Onahau. HEX triplet: BA, E6 and E9. RGB value is (186,230,233). Sum of RGB (Red+Green+Blue) = 186+230+233=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 230 (90.23% from 255 or 35.44% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAE6E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6E9 is #451916. Grayscale: #D9D9D9. Windows color (decimal): -4528407 or 15328954. OLE color: 15328954.
HSL color Cylindrical-coordinate representation of color #BAE6E9: hue angle of 183.83º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE6E9 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 230 | 233 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.09 |
| HSL | 183.83º | 0.52% | 0.82% | - |
| HSV(B) | 183.83º | 0.2% | 0.91% | - |
| XYZ | 63.25 | 72.92 | 87.83 | - |
| YUV | 217.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 233 | 0.20 | 0.01 | 0 | 0.09 | 183.83 | 0.52 | 0.82 |
| Hex | BA | E6 | E9 | 14 | 1 | 0 | 9 | B8 | 34 | 52 |
| Octal | 272 | 346 | 351 | 24 | 1 | 0 | 11 | 270 | 64 | 122 |
| Binary | 10111010 | 11100110 | 11101001 | 10100 | 1 | 0 | 1001 | 10111000 | 110100 | 1010010 |
Color Harmonies of #BAE6E9
Complementary color
Monochromatic Colors of #BAE6E9
Black with #BAE6E9
Text Example
Text Example
White with #BAE6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6E9; }
p { color: rgb(186,230,233); }
H1.HeaderClassName
{
color: #BAE6E9;
}
.AnyTagClassName
{
color: #BAE6E9;
}
</style>
background-color css
<style>
a { background-color: #BAE6E9; }
a { background-color: rgb(186,230,233); }
div.DivClassName
{
background-color: #BAE6E9;
}
.BgClassName
{
background-color: #BAE6E9;
}
</style>
border-color css
<style>
span { border-color: #BAE6E9; }
span { border-color: rgb(186,230,233); }
td.TdClassName
{
border-color: #BAE6E9;
}
.TagClassName
{
border-color: #BAE6E9;
}
</style>