Shades of Onahau #BAE9ED
Tints of Onahau #BAE9ED
RGB
CMYK
RGB Variations
Color information
#BAE9ED (or 0xBAE9ED) is known color: Onahau. HEX triplet: BA, E9 and ED. RGB value is (186,233,237). Sum of RGB (Red+Green+Blue) = 186+233+237=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAE9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9ED is #451612. Grayscale: #DBDBDB. Windows color (decimal): -4527635 or 15591866. OLE color: 15591866.
HSL color Cylindrical-coordinate representation of color #BAE9ED: hue angle of 184.71º 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 #BAE9ED is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 233 | 237 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.07 |
| HSL | 184.71º | 0.59% | 0.83% | - |
| HSV(B) | 184.71º | 0.22% | 0.93% | - |
| XYZ | 64.67 | 74.83 | 91.16 | - |
| YUV | 219.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 237 | 0.22 | 0.02 | 0 | 0.07 | 184.71 | 0.59 | 0.83 |
| Hex | BA | E9 | ED | 16 | 2 | 0 | 7 | B9 | 3B | 53 |
| Octal | 272 | 351 | 355 | 26 | 2 | 0 | 7 | 271 | 73 | 123 |
| Binary | 10111010 | 11101001 | 11101101 | 10110 | 10 | 0 | 111 | 10111001 | 111011 | 1010011 |
Color Harmonies of #BAE9ED
Complementary color
Monochromatic Colors of #BAE9ED
Black with #BAE9ED
Text Example
Text Example
White with #BAE9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9ED; }
p { color: rgb(186,233,237); }
H1.HeaderClassName
{
color: #BAE9ED;
}
.AnyTagClassName
{
color: #BAE9ED;
}
</style>
background-color css
<style>
a { background-color: #BAE9ED; }
a { background-color: rgb(186,233,237); }
div.DivClassName
{
background-color: #BAE9ED;
}
.BgClassName
{
background-color: #BAE9ED;
}
</style>
border-color css
<style>
span { border-color: #BAE9ED; }
span { border-color: rgb(186,233,237); }
td.TdClassName
{
border-color: #BAE9ED;
}
.TagClassName
{
border-color: #BAE9ED;
}
</style>