Shades of Onahau #BAECF1
Tints of Onahau #BAECF1
RGB
CMYK
RGB Variations
Color information
#BAECF1 (or 0xBAECF1) is known color: Onahau. HEX triplet: BA, EC and F1. RGB value is (186,236,241). Sum of RGB (Red+Green+Blue) = 186+236+241=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECF1 is #45130E. Grayscale: #DDDDDD. Windows color (decimal): -4526863 or 15854778. OLE color: 15854778.
HSL color Cylindrical-coordinate representation of color #BAECF1: hue angle of 185.45º degrees, saturation: 0.66, 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 #BAECF1 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 236 | 241 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.05 |
| HSL | 185.45º | 0.66% | 0.84% | - |
| HSV(B) | 185.45º | 0.23% | 0.95% | - |
| XYZ | 66.12 | 76.78 | 94.55 | - |
| YUV | 221.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 241 | 0.23 | 0.02 | 0 | 0.05 | 185.45 | 0.66 | 0.84 |
| Hex | BA | EC | F1 | 17 | 2 | 0 | 5 | B9 | 42 | 54 |
| Octal | 272 | 354 | 361 | 27 | 2 | 0 | 5 | 271 | 102 | 124 |
| Binary | 10111010 | 11101100 | 11110001 | 10111 | 10 | 0 | 101 | 10111001 | 1000010 | 1010100 |
Color Harmonies of #BAECF1
Complementary color
Monochromatic Colors of #BAECF1
Black with #BAECF1
Text Example
Text Example
White with #BAECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECF1; }
p { color: rgb(186,236,241); }
H1.HeaderClassName
{
color: #BAECF1;
}
.AnyTagClassName
{
color: #BAECF1;
}
</style>
background-color css
<style>
a { background-color: #BAECF1; }
a { background-color: rgb(186,236,241); }
div.DivClassName
{
background-color: #BAECF1;
}
.BgClassName
{
background-color: #BAECF1;
}
</style>
border-color css
<style>
span { border-color: #BAECF1; }
span { border-color: rgb(186,236,241); }
td.TdClassName
{
border-color: #BAECF1;
}
.TagClassName
{
border-color: #BAECF1;
}
</style>