Shades of Onahau #BAE2EE
Tints of Onahau #BAE2EE
RGB
CMYK
RGB Variations
Color information
#BAE2EE (or 0xBAE2EE) is known color: Onahau. HEX triplet: BA, E2 and EE. RGB value is (186,226,238). Sum of RGB (Red+Green+Blue) = 186+226+238=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE2EE is #451D11. Grayscale: #D7D7D7. Windows color (decimal): -4529426 or 15655610. OLE color: 15655610.
HSL color Cylindrical-coordinate representation of color #BAE2EE: hue angle of 193.85º degrees, saturation: 0.6, 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 #BAE2EE is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 186 | 226 | 238 | - |
CMYK | 0.22 | 0.05 | 0 | 0.07 |
HSL | 193.85º | 0.6% | 0.83% | - |
HSV(B) | 193.85º | 0.22% | 0.93% | - |
XYZ | 62.88 | 71 | 91.28 | - |
YUV | 215.41 | 140.75 | 107.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 226 | 238 | 0.22 | 0.05 | 0 | 0.07 | 193.85 | 0.6 | 0.83 |
Hex | BA | E2 | EE | 16 | 5 | 0 | 7 | C2 | 3C | 53 |
Octal | 272 | 342 | 356 | 26 | 5 | 0 | 7 | 302 | 74 | 123 |
Binary | 10111010 | 11100010 | 11101110 | 10110 | 101 | 0 | 111 | 11000010 | 111100 | 1010011 |
Color Harmonies of #BAE2EE
Complementary color
Monochromatic Colors of #BAE2EE
Black with #BAE2EE
Text Example
Text Example
White with #BAE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE2EE; }
p { color: rgb(186,226,238); }
H1.HeaderClassName
{
color: #BAE2EE;
}
.AnyTagClassName
{
color: #BAE2EE;
}
</style>
background-color css
<style>
a { background-color: #BAE2EE; }
a { background-color: rgb(186,226,238); }
div.DivClassName
{
background-color: #BAE2EE;
}
.BgClassName
{
background-color: #BAE2EE;
}
</style>
border-color css
<style>
span { border-color: #BAE2EE; }
span { border-color: rgb(186,226,238); }
td.TdClassName
{
border-color: #BAE2EE;
}
.TagClassName
{
border-color: #BAE2EE;
}
</style>