Shades of Onahau #BAE6ED
Tints of Onahau #BAE6ED
RGB
CMYK
RGB Variations
Color information
#BAE6ED (or 0xBAE6ED) is known color: Onahau. HEX triplet: BA, E6 and ED. RGB value is (186,230,237). Sum of RGB (Red+Green+Blue) = 186+230+237=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6ED is #451912. Grayscale: #D9D9D9. Windows color (decimal): -4528403 or 15591098. OLE color: 15591098.
HSL color Cylindrical-coordinate representation of color #BAE6ED: hue angle of 188.24º degrees, saturation: 0.59, 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 #BAE6ED is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 230 | 237 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.07 |
| HSL | 188.24º | 0.59% | 0.83% | - |
| HSV(B) | 188.24º | 0.22% | 0.93% | - |
| XYZ | 63.83 | 73.15 | 90.88 | - |
| YUV | 217.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 237 | 0.22 | 0.03 | 0 | 0.07 | 188.24 | 0.59 | 0.83 |
| Hex | BA | E6 | ED | 16 | 3 | 0 | 7 | BC | 3B | 53 |
| Octal | 272 | 346 | 355 | 26 | 3 | 0 | 7 | 274 | 73 | 123 |
| Binary | 10111010 | 11100110 | 11101101 | 10110 | 11 | 0 | 111 | 10111100 | 111011 | 1010011 |
Color Harmonies of #BAE6ED
Complementary color
Monochromatic Colors of #BAE6ED
Black with #BAE6ED
Text Example
Text Example
White with #BAE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6ED; }
p { color: rgb(186,230,237); }
H1.HeaderClassName
{
color: #BAE6ED;
}
.AnyTagClassName
{
color: #BAE6ED;
}
</style>
background-color css
<style>
a { background-color: #BAE6ED; }
a { background-color: rgb(186,230,237); }
div.DivClassName
{
background-color: #BAE6ED;
}
.BgClassName
{
background-color: #BAE6ED;
}
</style>
border-color css
<style>
span { border-color: #BAE6ED; }
span { border-color: rgb(186,230,237); }
td.TdClassName
{
border-color: #BAE6ED;
}
.TagClassName
{
border-color: #BAE6ED;
}
</style>