Shades of Onahau #BAE8EE
Tints of Onahau #BAE8EE
RGB
CMYK
RGB Variations
Color information
#BAE8EE (or 0xBAE8EE) is known color: Onahau. HEX triplet: BA, E8 and EE. RGB value is (186,232,238). Sum of RGB (Red+Green+Blue) = 186+232+238=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8EE is #451711. Grayscale: #DADADA. Windows color (decimal): -4527890 or 15657146. OLE color: 15657146.
HSL color Cylindrical-coordinate representation of color #BAE8EE: hue angle of 186.92º 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 #BAE8EE is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 232 | 238 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.07 |
| HSL | 186.92º | 0.6% | 0.83% | - |
| HSV(B) | 186.92º | 0.22% | 0.93% | - |
| XYZ | 64.54 | 74.33 | 91.83 | - |
| YUV | 218.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 238 | 0.22 | 0.03 | 0 | 0.07 | 186.92 | 0.6 | 0.83 |
| Hex | BA | E8 | EE | 16 | 3 | 0 | 7 | BB | 3C | 53 |
| Octal | 272 | 350 | 356 | 26 | 3 | 0 | 7 | 273 | 74 | 123 |
| Binary | 10111010 | 11101000 | 11101110 | 10110 | 11 | 0 | 111 | 10111011 | 111100 | 1010011 |
Color Harmonies of #BAE8EE
Complementary color
Monochromatic Colors of #BAE8EE
Black with #BAE8EE
Text Example
Text Example
White with #BAE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8EE; }
p { color: rgb(186,232,238); }
H1.HeaderClassName
{
color: #BAE8EE;
}
.AnyTagClassName
{
color: #BAE8EE;
}
</style>
background-color css
<style>
a { background-color: #BAE8EE; }
a { background-color: rgb(186,232,238); }
div.DivClassName
{
background-color: #BAE8EE;
}
.BgClassName
{
background-color: #BAE8EE;
}
</style>
border-color css
<style>
span { border-color: #BAE8EE; }
span { border-color: rgb(186,232,238); }
td.TdClassName
{
border-color: #BAE8EE;
}
.TagClassName
{
border-color: #BAE8EE;
}
</style>