Shades of Onahau #BAE7FA
Tints of Onahau #BAE7FA
RGB
CMYK
RGB Variations
Color information
#BAE7FA (or 0xBAE7FA) is known color: Onahau. HEX triplet: BA, E7 and FA. RGB value is (186,231,250). Sum of RGB (Red+Green+Blue) = 186+231+250=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAE7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE7FA is #451805. Grayscale: #DBDBDB. Windows color (decimal): -4528134 or 16443322. OLE color: 16443322.
HSL color Cylindrical-coordinate representation of color #BAE7FA: hue angle of 197.81º 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 #BAE7FA is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 231 | 250 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.02 |
| HSL | 197.81º | 0.86% | 0.85% | - |
| HSV(B) | 197.81º | 0.26% | 0.98% | - |
| XYZ | 66.08 | 74.49 | 101.34 | - |
| YUV | 219.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 250 | 0.26 | 0.08 | 0 | 0.02 | 197.81 | 0.86 | 0.85 |
| Hex | BA | E7 | FA | 1A | 8 | 0 | 2 | C6 | 56 | 55 |
| Octal | 272 | 347 | 372 | 32 | 10 | 0 | 2 | 306 | 126 | 125 |
| Binary | 10111010 | 11100111 | 11111010 | 11010 | 1000 | 0 | 10 | 11000110 | 1010110 | 1010101 |
Color Harmonies of #BAE7FA
Complementary color
Monochromatic Colors of #BAE7FA
Black with #BAE7FA
Text Example
Text Example
White with #BAE7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE7FA; }
p { color: rgb(186,231,250); }
H1.HeaderClassName
{
color: #BAE7FA;
}
.AnyTagClassName
{
color: #BAE7FA;
}
</style>
background-color css
<style>
a { background-color: #BAE7FA; }
a { background-color: rgb(186,231,250); }
div.DivClassName
{
background-color: #BAE7FA;
}
.BgClassName
{
background-color: #BAE7FA;
}
</style>
border-color css
<style>
span { border-color: #BAE7FA; }
span { border-color: rgb(186,231,250); }
td.TdClassName
{
border-color: #BAE7FA;
}
.TagClassName
{
border-color: #BAE7FA;
}
</style>