Shades of Onahau #BAE0F2
Tints of Onahau #BAE0F2
RGB
CMYK
RGB Variations
Color information
#BAE0F2 (or 0xBAE0F2) is known color: Onahau. HEX triplet: BA, E0 and F2. RGB value is (186,224,242). Sum of RGB (Red+Green+Blue) = 186+224+242=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAE0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0F2 is #451F0D. Grayscale: #D6D6D6. Windows color (decimal): -4529934 or 15917242. OLE color: 15917242.
HSL color Cylindrical-coordinate representation of color #BAE0F2: hue angle of 199.29º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAE0F2 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 224 | 242 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.05 |
| HSL | 199.29º | 0.68% | 0.84% | - |
| HSV(B) | 199.29º | 0.23% | 0.95% | - |
| XYZ | 62.93 | 70.16 | 94.23 | - |
| YUV | 214.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 242 | 0.23 | 0.07 | 0 | 0.05 | 199.29 | 0.68 | 0.84 |
| Hex | BA | E0 | F2 | 17 | 7 | 0 | 5 | C7 | 44 | 54 |
| Octal | 272 | 340 | 362 | 27 | 7 | 0 | 5 | 307 | 104 | 124 |
| Binary | 10111010 | 11100000 | 11110010 | 10111 | 111 | 0 | 101 | 11000111 | 1000100 | 1010100 |
Color Harmonies of #BAE0F2
Complementary color
Monochromatic Colors of #BAE0F2
Black with #BAE0F2
Text Example
Text Example
White with #BAE0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0F2; }
p { color: rgb(186,224,242); }
H1.HeaderClassName
{
color: #BAE0F2;
}
.AnyTagClassName
{
color: #BAE0F2;
}
</style>
background-color css
<style>
a { background-color: #BAE0F2; }
a { background-color: rgb(186,224,242); }
div.DivClassName
{
background-color: #BAE0F2;
}
.BgClassName
{
background-color: #BAE0F2;
}
</style>
border-color css
<style>
span { border-color: #BAE0F2; }
span { border-color: rgb(186,224,242); }
td.TdClassName
{
border-color: #BAE0F2;
}
.TagClassName
{
border-color: #BAE0F2;
}
</style>