Shades of Onahau #BAE5FA
Tints of Onahau #BAE5FA
RGB
CMYK
RGB Variations
Color information
#BAE5FA (or 0xBAE5FA) is known color: Onahau. HEX triplet: BA, E5 and FA. RGB value is (186,229,250). Sum of RGB (Red+Green+Blue) = 186+229+250=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 229 (89.84% from 255 or 34.44% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5FA is #451A05. Grayscale: #DADADA. Windows color (decimal): -4528646 or 16442810. OLE color: 16442810.
HSL color Cylindrical-coordinate representation of color #BAE5FA: hue angle of 199.69º 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 #BAE5FA is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 229 | 250 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.02 |
| HSL | 199.69º | 0.86% | 0.85% | - |
| HSV(B) | 199.69º | 0.26% | 0.98% | - |
| XYZ | 65.52 | 73.38 | 101.15 | - |
| YUV | 218.54 | 145.75 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 250 | 0.26 | 0.08 | 0 | 0.02 | 199.69 | 0.86 | 0.85 |
| Hex | BA | E5 | FA | 1A | 8 | 0 | 2 | C8 | 56 | 55 |
| Octal | 272 | 345 | 372 | 32 | 10 | 0 | 2 | 310 | 126 | 125 |
| Binary | 10111010 | 11100101 | 11111010 | 11010 | 1000 | 0 | 10 | 11001000 | 1010110 | 1010101 |
Color Harmonies of #BAE5FA
Complementary color
Monochromatic Colors of #BAE5FA
Black with #BAE5FA
Text Example
Text Example
White with #BAE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5FA; }
p { color: rgb(186,229,250); }
H1.HeaderClassName
{
color: #BAE5FA;
}
.AnyTagClassName
{
color: #BAE5FA;
}
</style>
background-color css
<style>
a { background-color: #BAE5FA; }
a { background-color: rgb(186,229,250); }
div.DivClassName
{
background-color: #BAE5FA;
}
.BgClassName
{
background-color: #BAE5FA;
}
</style>
border-color css
<style>
span { border-color: #BAE5FA; }
span { border-color: rgb(186,229,250); }
td.TdClassName
{
border-color: #BAE5FA;
}
.TagClassName
{
border-color: #BAE5FA;
}
</style>