Shades of Onahau #BAE3E8
Tints of Onahau #BAE3E8
RGB
CMYK
RGB Variations
Color information
#BAE3E8 (or 0xBAE3E8) is known color: Onahau. HEX triplet: BA, E3 and E8. RGB value is (186,227,232). Sum of RGB (Red+Green+Blue) = 186+227+232=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 227 (89.06% from 255 or 35.19% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAE3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE3E8 is #451C17. Grayscale: #D7D7D7. Windows color (decimal): -4529176 or 15262650. OLE color: 15262650.
HSL color Cylindrical-coordinate representation of color #BAE3E8: hue angle of 186.52º degrees, saturation: 0.5, 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 #BAE3E8 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 227 | 232 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.09 |
| HSL | 186.52º | 0.5% | 0.82% | - |
| HSV(B) | 186.52º | 0.2% | 0.91% | - |
| XYZ | 62.28 | 71.2 | 86.8 | - |
| YUV | 215.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 232 | 0.20 | 0.02 | 0 | 0.09 | 186.52 | 0.5 | 0.82 |
| Hex | BA | E3 | E8 | 14 | 2 | 0 | 9 | BB | 32 | 52 |
| Octal | 272 | 343 | 350 | 24 | 2 | 0 | 11 | 273 | 62 | 122 |
| Binary | 10111010 | 11100011 | 11101000 | 10100 | 10 | 0 | 1001 | 10111011 | 110010 | 1010010 |
Color Harmonies of #BAE3E8
Complementary color
Monochromatic Colors of #BAE3E8
Black with #BAE3E8
Text Example
Text Example
White with #BAE3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE3E8; }
p { color: rgb(186,227,232); }
H1.HeaderClassName
{
color: #BAE3E8;
}
.AnyTagClassName
{
color: #BAE3E8;
}
</style>
background-color css
<style>
a { background-color: #BAE3E8; }
a { background-color: rgb(186,227,232); }
div.DivClassName
{
background-color: #BAE3E8;
}
.BgClassName
{
background-color: #BAE3E8;
}
</style>
border-color css
<style>
span { border-color: #BAE3E8; }
span { border-color: rgb(186,227,232); }
td.TdClassName
{
border-color: #BAE3E8;
}
.TagClassName
{
border-color: #BAE3E8;
}
</style>