Shades of Onahau #BAECF5
Tints of Onahau #BAECF5
RGB
CMYK
RGB Variations
Color information
#BAECF5 (or 0xBAECF5) is known color: Onahau. HEX triplet: BA, EC and F5. RGB value is (186,236,245). Sum of RGB (Red+Green+Blue) = 186+236+245=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAECF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECF5 is #45130A. Grayscale: #DDDDDD. Windows color (decimal): -4526859 or 16116922. OLE color: 16116922.
HSL color Cylindrical-coordinate representation of color #BAECF5: hue angle of 189.15º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAECF5 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 236 | 245 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.04 |
| HSL | 189.15º | 0.75% | 0.85% | - |
| HSV(B) | 189.15º | 0.24% | 0.96% | - |
| XYZ | 66.73 | 77.02 | 97.74 | - |
| YUV | 222.08 | 140.94 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 245 | 0.24 | 0.04 | 0 | 0.04 | 189.15 | 0.75 | 0.85 |
| Hex | BA | EC | F5 | 18 | 4 | 0 | 4 | BD | 4B | 55 |
| Octal | 272 | 354 | 365 | 30 | 4 | 0 | 4 | 275 | 113 | 125 |
| Binary | 10111010 | 11101100 | 11110101 | 11000 | 100 | 0 | 100 | 10111101 | 1001011 | 1010101 |
Color Harmonies of #BAECF5
Complementary color
Monochromatic Colors of #BAECF5
Black with #BAECF5
Text Example
Text Example
White with #BAECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECF5; }
p { color: rgb(186,236,245); }
H1.HeaderClassName
{
color: #BAECF5;
}
.AnyTagClassName
{
color: #BAECF5;
}
</style>
background-color css
<style>
a { background-color: #BAECF5; }
a { background-color: rgb(186,236,245); }
div.DivClassName
{
background-color: #BAECF5;
}
.BgClassName
{
background-color: #BAECF5;
}
</style>
border-color css
<style>
span { border-color: #BAECF5; }
span { border-color: rgb(186,236,245); }
td.TdClassName
{
border-color: #BAECF5;
}
.TagClassName
{
border-color: #BAECF5;
}
</style>