Shades of Onahau #BAE0ED
Tints of Onahau #BAE0ED
RGB
CMYK
RGB Variations
Color information
#BAE0ED (or 0xBAE0ED) is known color: Onahau. HEX triplet: BA, E0 and ED. RGB value is (186,224,237). Sum of RGB (Red+Green+Blue) = 186+224+237=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0ED is #451F12. Grayscale: #D6D6D6. Windows color (decimal): -4529939 or 15589562. OLE color: 15589562.
HSL color Cylindrical-coordinate representation of color #BAE0ED: hue angle of 195.29º 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 #BAE0ED is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 224 | 237 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.07 |
| HSL | 195.29º | 0.59% | 0.83% | - |
| HSV(B) | 195.29º | 0.22% | 0.93% | - |
| XYZ | 62.19 | 69.86 | 90.33 | - |
| YUV | 214.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 237 | 0.22 | 0.05 | 0 | 0.07 | 195.29 | 0.59 | 0.83 |
| Hex | BA | E0 | ED | 16 | 5 | 0 | 7 | C3 | 3B | 53 |
| Octal | 272 | 340 | 355 | 26 | 5 | 0 | 7 | 303 | 73 | 123 |
| Binary | 10111010 | 11100000 | 11101101 | 10110 | 101 | 0 | 111 | 11000011 | 111011 | 1010011 |
Color Harmonies of #BAE0ED
Complementary color
Monochromatic Colors of #BAE0ED
Black with #BAE0ED
Text Example
Text Example
White with #BAE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0ED; }
p { color: rgb(186,224,237); }
H1.HeaderClassName
{
color: #BAE0ED;
}
.AnyTagClassName
{
color: #BAE0ED;
}
</style>
background-color css
<style>
a { background-color: #BAE0ED; }
a { background-color: rgb(186,224,237); }
div.DivClassName
{
background-color: #BAE0ED;
}
.BgClassName
{
background-color: #BAE0ED;
}
</style>
border-color css
<style>
span { border-color: #BAE0ED; }
span { border-color: rgb(186,224,237); }
td.TdClassName
{
border-color: #BAE0ED;
}
.TagClassName
{
border-color: #BAE0ED;
}
</style>