Shades of Onahau #BAE8F4
Tints of Onahau #BAE8F4
RGB
CMYK
RGB Variations
Color information
#BAE8F4 (or 0xBAE8F4) is known color: Onahau. HEX triplet: BA, E8 and F4. RGB value is (186,232,244). Sum of RGB (Red+Green+Blue) = 186+232+244=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAE8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8F4 is #45170B. Grayscale: #DBDBDB. Windows color (decimal): -4527884 or 16050362. OLE color: 16050362.
HSL color Cylindrical-coordinate representation of color #BAE8F4: hue angle of 192.41º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAE8F4 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 232 | 244 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.04 |
| HSL | 192.41º | 0.73% | 0.84% | - |
| HSV(B) | 192.41º | 0.24% | 0.96% | - |
| XYZ | 65.44 | 74.68 | 96.55 | - |
| YUV | 219.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 244 | 0.24 | 0.05 | 0 | 0.04 | 192.41 | 0.73 | 0.84 |
| Hex | BA | E8 | F4 | 18 | 5 | 0 | 4 | C0 | 48 | 54 |
| Octal | 272 | 350 | 364 | 30 | 5 | 0 | 4 | 300 | 110 | 124 |
| Binary | 10111010 | 11101000 | 11110100 | 11000 | 101 | 0 | 100 | 11000000 | 1001000 | 1010100 |
Color Harmonies of #BAE8F4
Complementary color
Monochromatic Colors of #BAE8F4
Black with #BAE8F4
Text Example
Text Example
White with #BAE8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8F4; }
p { color: rgb(186,232,244); }
H1.HeaderClassName
{
color: #BAE8F4;
}
.AnyTagClassName
{
color: #BAE8F4;
}
</style>
background-color css
<style>
a { background-color: #BAE8F4; }
a { background-color: rgb(186,232,244); }
div.DivClassName
{
background-color: #BAE8F4;
}
.BgClassName
{
background-color: #BAE8F4;
}
</style>
border-color css
<style>
span { border-color: #BAE8F4; }
span { border-color: rgb(186,232,244); }
td.TdClassName
{
border-color: #BAE8F4;
}
.TagClassName
{
border-color: #BAE8F4;
}
</style>