Shades of Onahau #BAE3FA
Tints of Onahau #BAE3FA
RGB
CMYK
RGB Variations
Color information
#BAE3FA (or 0xBAE3FA) is known color: Onahau. HEX triplet: BA, E3 and FA. RGB value is (186,227,250). Sum of RGB (Red+Green+Blue) = 186+227+250=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 227 (89.06% from 255 or 34.24% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAE3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE3FA is #451C05. Grayscale: #D9D9D9. Windows color (decimal): -4529158 or 16442298. OLE color: 16442298.
HSL color Cylindrical-coordinate representation of color #BAE3FA: hue angle of 201.56º 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 #BAE3FA is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 227 | 250 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.02 |
| HSL | 201.56º | 0.86% | 0.85% | - |
| HSV(B) | 201.56º | 0.26% | 0.98% | - |
| XYZ | 64.97 | 72.28 | 100.97 | - |
| YUV | 217.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 250 | 0.26 | 0.09 | 0 | 0.02 | 201.56 | 0.86 | 0.85 |
| Hex | BA | E3 | FA | 1A | 9 | 0 | 2 | CA | 56 | 55 |
| Octal | 272 | 343 | 372 | 32 | 11 | 0 | 2 | 312 | 126 | 125 |
| Binary | 10111010 | 11100011 | 11111010 | 11010 | 1001 | 0 | 10 | 11001010 | 1010110 | 1010101 |
Color Harmonies of #BAE3FA
Complementary color
Monochromatic Colors of #BAE3FA
Black with #BAE3FA
Text Example
Text Example
White with #BAE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE3FA; }
p { color: rgb(186,227,250); }
H1.HeaderClassName
{
color: #BAE3FA;
}
.AnyTagClassName
{
color: #BAE3FA;
}
</style>
background-color css
<style>
a { background-color: #BAE3FA; }
a { background-color: rgb(186,227,250); }
div.DivClassName
{
background-color: #BAE3FA;
}
.BgClassName
{
background-color: #BAE3FA;
}
</style>
border-color css
<style>
span { border-color: #BAE3FA; }
span { border-color: rgb(186,227,250); }
td.TdClassName
{
border-color: #BAE3FA;
}
.TagClassName
{
border-color: #BAE3FA;
}
</style>