Shades of Onahau #BAE8F1
Tints of Onahau #BAE8F1
RGB
CMYK
RGB Variations
Color information
#BAE8F1 (or 0xBAE8F1) is known color: Onahau. HEX triplet: BA, E8 and F1. RGB value is (186,232,241). Sum of RGB (Red+Green+Blue) = 186+232+241=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAE8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8F1 is #45170E. Grayscale: #DBDBDB. Windows color (decimal): -4527887 or 15853754. OLE color: 15853754.
HSL color Cylindrical-coordinate representation of color #BAE8F1: hue angle of 189.82º degrees, saturation: 0.66, 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 #BAE8F1 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 232 | 241 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.05 |
| HSL | 189.82º | 0.66% | 0.84% | - |
| HSV(B) | 189.82º | 0.23% | 0.95% | - |
| XYZ | 64.98 | 74.5 | 94.17 | - |
| YUV | 219.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 241 | 0.23 | 0.04 | 0 | 0.05 | 189.82 | 0.66 | 0.84 |
| Hex | BA | E8 | F1 | 17 | 4 | 0 | 5 | BE | 42 | 54 |
| Octal | 272 | 350 | 361 | 27 | 4 | 0 | 5 | 276 | 102 | 124 |
| Binary | 10111010 | 11101000 | 11110001 | 10111 | 100 | 0 | 101 | 10111110 | 1000010 | 1010100 |
Color Harmonies of #BAE8F1
Complementary color
Monochromatic Colors of #BAE8F1
Black with #BAE8F1
Text Example
Text Example
White with #BAE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8F1; }
p { color: rgb(186,232,241); }
H1.HeaderClassName
{
color: #BAE8F1;
}
.AnyTagClassName
{
color: #BAE8F1;
}
</style>
background-color css
<style>
a { background-color: #BAE8F1; }
a { background-color: rgb(186,232,241); }
div.DivClassName
{
background-color: #BAE8F1;
}
.BgClassName
{
background-color: #BAE8F1;
}
</style>
border-color css
<style>
span { border-color: #BAE8F1; }
span { border-color: rgb(186,232,241); }
td.TdClassName
{
border-color: #BAE8F1;
}
.TagClassName
{
border-color: #BAE8F1;
}
</style>