Shades of Onahau #BAE8FA
Tints of Onahau #BAE8FA
RGB
CMYK
RGB Variations
Color information
#BAE8FA (or 0xBAE8FA) is known color: Onahau. HEX triplet: BA, E8 and FA. RGB value is (186,232,250). Sum of RGB (Red+Green+Blue) = 186+232+250=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8FA is #451705. Grayscale: #DCDCDC. Windows color (decimal): -4527878 or 16443578. OLE color: 16443578.
HSL color Cylindrical-coordinate representation of color #BAE8FA: hue angle of 196.88º 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 #BAE8FA is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 232 | 250 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.02 |
| HSL | 196.88º | 0.86% | 0.85% | - |
| HSV(B) | 196.88º | 0.26% | 0.98% | - |
| XYZ | 66.36 | 75.05 | 101.43 | - |
| YUV | 220.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 250 | 0.26 | 0.07 | 0 | 0.02 | 196.88 | 0.86 | 0.85 |
| Hex | BA | E8 | FA | 1A | 7 | 0 | 2 | C5 | 56 | 55 |
| Octal | 272 | 350 | 372 | 32 | 7 | 0 | 2 | 305 | 126 | 125 |
| Binary | 10111010 | 11101000 | 11111010 | 11010 | 111 | 0 | 10 | 11000101 | 1010110 | 1010101 |
Color Harmonies of #BAE8FA
Complementary color
Monochromatic Colors of #BAE8FA
Black with #BAE8FA
Text Example
Text Example
White with #BAE8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8FA; }
p { color: rgb(186,232,250); }
H1.HeaderClassName
{
color: #BAE8FA;
}
.AnyTagClassName
{
color: #BAE8FA;
}
</style>
background-color css
<style>
a { background-color: #BAE8FA; }
a { background-color: rgb(186,232,250); }
div.DivClassName
{
background-color: #BAE8FA;
}
.BgClassName
{
background-color: #BAE8FA;
}
</style>
border-color css
<style>
span { border-color: #BAE8FA; }
span { border-color: rgb(186,232,250); }
td.TdClassName
{
border-color: #BAE8FA;
}
.TagClassName
{
border-color: #BAE8FA;
}
</style>