Shades of Onahau #BAECF2
Tints of Onahau #BAECF2
RGB
CMYK
RGB Variations
Color information
#BAECF2 (or 0xBAECF2) is known color: Onahau. HEX triplet: BA, EC and F2. RGB value is (186,236,242). Sum of RGB (Red+Green+Blue) = 186+236+242=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECF2 is #45130D. Grayscale: #DDDDDD. Windows color (decimal): -4526862 or 15920314. OLE color: 15920314.
HSL color Cylindrical-coordinate representation of color #BAECF2: hue angle of 186.43º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAECF2 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 236 | 242 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.05 |
| HSL | 186.43º | 0.68% | 0.84% | - |
| HSV(B) | 186.43º | 0.23% | 0.95% | - |
| XYZ | 66.27 | 76.84 | 95.34 | - |
| YUV | 221.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 242 | 0.23 | 0.02 | 0 | 0.05 | 186.43 | 0.68 | 0.84 |
| Hex | BA | EC | F2 | 17 | 2 | 0 | 5 | BA | 44 | 54 |
| Octal | 272 | 354 | 362 | 27 | 2 | 0 | 5 | 272 | 104 | 124 |
| Binary | 10111010 | 11101100 | 11110010 | 10111 | 10 | 0 | 101 | 10111010 | 1000100 | 1010100 |
Color Harmonies of #BAECF2
Complementary color
Monochromatic Colors of #BAECF2
Black with #BAECF2
Text Example
Text Example
White with #BAECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECF2; }
p { color: rgb(186,236,242); }
H1.HeaderClassName
{
color: #BAECF2;
}
.AnyTagClassName
{
color: #BAECF2;
}
</style>
background-color css
<style>
a { background-color: #BAECF2; }
a { background-color: rgb(186,236,242); }
div.DivClassName
{
background-color: #BAECF2;
}
.BgClassName
{
background-color: #BAECF2;
}
</style>
border-color css
<style>
span { border-color: #BAECF2; }
span { border-color: rgb(186,236,242); }
td.TdClassName
{
border-color: #BAECF2;
}
.TagClassName
{
border-color: #BAECF2;
}
</style>