Shades of Onahau #BAE1FA
Tints of Onahau #BAE1FA
RGB
CMYK
RGB Variations
Color information
#BAE1FA (or 0xBAE1FA) is known color: Onahau. HEX triplet: BA, E1 and FA. RGB value is (186,225,250). Sum of RGB (Red+Green+Blue) = 186+225+250=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1FA is #451E05. Grayscale: #D8D8D8. Windows color (decimal): -4529670 or 16441786. OLE color: 16441786.
HSL color Cylindrical-coordinate representation of color #BAE1FA: hue angle of 203.44º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAE1FA is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 225 | 250 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.02 |
| HSL | 203.44º | 0.86% | 0.85% | - |
| HSV(B) | 203.44º | 0.26% | 0.98% | - |
| XYZ | 64.43 | 71.19 | 100.79 | - |
| YUV | 216.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 250 | 0.26 | 0.10 | 0 | 0.02 | 203.44 | 0.86 | 0.85 |
| Hex | BA | E1 | FA | 1A | A | 0 | 2 | CB | 56 | 55 |
| Octal | 272 | 341 | 372 | 32 | 12 | 0 | 2 | 313 | 126 | 125 |
| Binary | 10111010 | 11100001 | 11111010 | 11010 | 1010 | 0 | 10 | 11001011 | 1010110 | 1010101 |
Color Harmonies of #BAE1FA
Complementary color
Monochromatic Colors of #BAE1FA
Black with #BAE1FA
Text Example
Text Example
White with #BAE1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1FA; }
p { color: rgb(186,225,250); }
H1.HeaderClassName
{
color: #BAE1FA;
}
.AnyTagClassName
{
color: #BAE1FA;
}
</style>
background-color css
<style>
a { background-color: #BAE1FA; }
a { background-color: rgb(186,225,250); }
div.DivClassName
{
background-color: #BAE1FA;
}
.BgClassName
{
background-color: #BAE1FA;
}
</style>
border-color css
<style>
span { border-color: #BAE1FA; }
span { border-color: rgb(186,225,250); }
td.TdClassName
{
border-color: #BAE1FA;
}
.TagClassName
{
border-color: #BAE1FA;
}
</style>