Shades of Onahau #BAE5ED
Tints of Onahau #BAE5ED
RGB
CMYK
RGB Variations
Color information
#BAE5ED (or 0xBAE5ED) is known color: Onahau. HEX triplet: BA, E5 and ED. RGB value is (186,229,237). Sum of RGB (Red+Green+Blue) = 186+229+237=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5ED is #451A12. Grayscale: #D8D8D8. Windows color (decimal): -4528659 or 15590842. OLE color: 15590842.
HSL color Cylindrical-coordinate representation of color #BAE5ED: hue angle of 189.41º 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 #BAE5ED is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 229 | 237 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.07 |
| HSL | 189.41º | 0.59% | 0.83% | - |
| HSV(B) | 189.41º | 0.22% | 0.93% | - |
| XYZ | 63.56 | 72.59 | 90.78 | - |
| YUV | 217.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 237 | 0.22 | 0.03 | 0 | 0.07 | 189.41 | 0.59 | 0.83 |
| Hex | BA | E5 | ED | 16 | 3 | 0 | 7 | BD | 3B | 53 |
| Octal | 272 | 345 | 355 | 26 | 3 | 0 | 7 | 275 | 73 | 123 |
| Binary | 10111010 | 11100101 | 11101101 | 10110 | 11 | 0 | 111 | 10111101 | 111011 | 1010011 |
Color Harmonies of #BAE5ED
Complementary color
Monochromatic Colors of #BAE5ED
Black with #BAE5ED
Text Example
Text Example
White with #BAE5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5ED; }
p { color: rgb(186,229,237); }
H1.HeaderClassName
{
color: #BAE5ED;
}
.AnyTagClassName
{
color: #BAE5ED;
}
</style>
background-color css
<style>
a { background-color: #BAE5ED; }
a { background-color: rgb(186,229,237); }
div.DivClassName
{
background-color: #BAE5ED;
}
.BgClassName
{
background-color: #BAE5ED;
}
</style>
border-color css
<style>
span { border-color: #BAE5ED; }
span { border-color: rgb(186,229,237); }
td.TdClassName
{
border-color: #BAE5ED;
}
.TagClassName
{
border-color: #BAE5ED;
}
</style>