Shades of Onahau #BAECFA
Tints of Onahau #BAECFA
RGB
CMYK
RGB Variations
Color information
#BAECFA (or 0xBAECFA) is known color: Onahau. HEX triplet: BA, EC and FA. RGB value is (186,236,250). Sum of RGB (Red+Green+Blue) = 186+236+250=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECFA is #451305. Grayscale: #DEDEDE. Windows color (decimal): -4526854 or 16444602. OLE color: 16444602.
HSL color Cylindrical-coordinate representation of color #BAECFA: hue angle of 193.12º 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 #BAECFA is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 236 | 250 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.02 |
| HSL | 193.13º | 0.86% | 0.85% | - |
| HSV(B) | 193.13º | 0.26% | 0.98% | - |
| XYZ | 67.5 | 77.33 | 101.81 | - |
| YUV | 222.65 | 143.44 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 250 | 0.26 | 0.06 | 0 | 0.02 | 193.13 | 0.86 | 0.85 |
| Hex | BA | EC | FA | 1A | 6 | 0 | 2 | C1 | 56 | 55 |
| Octal | 272 | 354 | 372 | 32 | 6 | 0 | 2 | 301 | 126 | 125 |
| Binary | 10111010 | 11101100 | 11111010 | 11010 | 110 | 0 | 10 | 11000001 | 1010110 | 1010101 |
Color Harmonies of #BAECFA
Complementary color
Monochromatic Colors of #BAECFA
Black with #BAECFA
Text Example
Text Example
White with #BAECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECFA; }
p { color: rgb(186,236,250); }
H1.HeaderClassName
{
color: #BAECFA;
}
.AnyTagClassName
{
color: #BAECFA;
}
</style>
background-color css
<style>
a { background-color: #BAECFA; }
a { background-color: rgb(186,236,250); }
div.DivClassName
{
background-color: #BAECFA;
}
.BgClassName
{
background-color: #BAECFA;
}
</style>
border-color css
<style>
span { border-color: #BAECFA; }
span { border-color: rgb(186,236,250); }
td.TdClassName
{
border-color: #BAECFA;
}
.TagClassName
{
border-color: #BAECFA;
}
</style>