Shades of Onahau #BAE0F1
Tints of Onahau #BAE0F1
RGB
CMYK
RGB Variations
Color information
#BAE0F1 (or 0xBAE0F1) is known color: Onahau. HEX triplet: BA, E0 and F1. RGB value is (186,224,241). Sum of RGB (Red+Green+Blue) = 186+224+241=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAE0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0F1 is #451F0E. Grayscale: #D6D6D6. Windows color (decimal): -4529935 or 15851706. OLE color: 15851706.
HSL color Cylindrical-coordinate representation of color #BAE0F1: hue angle of 198.55º 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 #BAE0F1 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 224 | 241 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.05 |
| HSL | 198.55º | 0.66% | 0.84% | - |
| HSV(B) | 198.55º | 0.23% | 0.95% | - |
| XYZ | 62.78 | 70.1 | 93.44 | - |
| YUV | 214.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 241 | 0.23 | 0.07 | 0 | 0.05 | 198.55 | 0.66 | 0.84 |
| Hex | BA | E0 | F1 | 17 | 7 | 0 | 5 | C7 | 42 | 54 |
| Octal | 272 | 340 | 361 | 27 | 7 | 0 | 5 | 307 | 102 | 124 |
| Binary | 10111010 | 11100000 | 11110001 | 10111 | 111 | 0 | 101 | 11000111 | 1000010 | 1010100 |
Color Harmonies of #BAE0F1
Complementary color
Monochromatic Colors of #BAE0F1
Black with #BAE0F1
Text Example
Text Example
White with #BAE0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0F1; }
p { color: rgb(186,224,241); }
H1.HeaderClassName
{
color: #BAE0F1;
}
.AnyTagClassName
{
color: #BAE0F1;
}
</style>
background-color css
<style>
a { background-color: #BAE0F1; }
a { background-color: rgb(186,224,241); }
div.DivClassName
{
background-color: #BAE0F1;
}
.BgClassName
{
background-color: #BAE0F1;
}
</style>
border-color css
<style>
span { border-color: #BAE0F1; }
span { border-color: rgb(186,224,241); }
td.TdClassName
{
border-color: #BAE0F1;
}
.TagClassName
{
border-color: #BAE0F1;
}
</style>