Shades of Onahau #BAE1ED
Tints of Onahau #BAE1ED
RGB
CMYK
RGB Variations
Color information
#BAE1ED (or 0xBAE1ED) is known color: Onahau. HEX triplet: BA, E1 and ED. RGB value is (186,225,237). Sum of RGB (Red+Green+Blue) = 186+225+237=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1ED is #451E12. Grayscale: #D6D6D6. Windows color (decimal): -4529683 or 15589818. OLE color: 15589818.
HSL color Cylindrical-coordinate representation of color #BAE1ED: hue angle of 194.12º 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 #BAE1ED is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 225 | 237 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.07 |
| HSL | 194.12º | 0.59% | 0.83% | - |
| HSV(B) | 194.12º | 0.22% | 0.93% | - |
| XYZ | 62.46 | 70.4 | 90.42 | - |
| YUV | 214.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 237 | 0.22 | 0.05 | 0 | 0.07 | 194.12 | 0.59 | 0.83 |
| Hex | BA | E1 | ED | 16 | 5 | 0 | 7 | C2 | 3B | 53 |
| Octal | 272 | 341 | 355 | 26 | 5 | 0 | 7 | 302 | 73 | 123 |
| Binary | 10111010 | 11100001 | 11101101 | 10110 | 101 | 0 | 111 | 11000010 | 111011 | 1010011 |
Color Harmonies of #BAE1ED
Complementary color
Monochromatic Colors of #BAE1ED
Black with #BAE1ED
Text Example
Text Example
White with #BAE1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1ED; }
p { color: rgb(186,225,237); }
H1.HeaderClassName
{
color: #BAE1ED;
}
.AnyTagClassName
{
color: #BAE1ED;
}
</style>
background-color css
<style>
a { background-color: #BAE1ED; }
a { background-color: rgb(186,225,237); }
div.DivClassName
{
background-color: #BAE1ED;
}
.BgClassName
{
background-color: #BAE1ED;
}
</style>
border-color css
<style>
span { border-color: #BAE1ED; }
span { border-color: rgb(186,225,237); }
td.TdClassName
{
border-color: #BAE1ED;
}
.TagClassName
{
border-color: #BAE1ED;
}
</style>