Shades of Onahau #BAECFF
Tints of Onahau #BAECFF
RGB
CMYK
RGB Variations
Color information
#BAECFF (or 0xBAECFF) is known color: Onahau. HEX triplet: BA, EC and FF. RGB value is (186,236,255). Sum of RGB (Red+Green+Blue) = 186+236+255=677 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.47% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECFF is #451300. Grayscale: #DFDFDF. Windows color (decimal): -4526849 or 16772282. OLE color: 16772282.
HSL color Cylindrical-coordinate representation of color #BAECFF: hue angle of 196.52º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAECFF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 236 | 255 | - |
| CMYK | 0.27 | 0.07 | 0 | 0 |
| HSL | 196.52º | 1% | 0.86% | - |
| HSV(B) | 196.52º | 0.27% | 1% | - |
| XYZ | 68.3 | 77.65 | 106 | - |
| YUV | 223.22 | 145.94 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 255 | 0.27 | 0.07 | 0 | 0 | 196.52 | 1 | 0.86 |
| Hex | BA | EC | FF | 1B | 7 | 0 | 0 | C5 | 64 | 56 |
| Octal | 272 | 354 | 377 | 33 | 7 | 0 | 0 | 305 | 144 | 126 |
| Binary | 10111010 | 11101100 | 11111111 | 11011 | 111 | 0 | 0 | 11000101 | 1100100 | 1010110 |
Color Harmonies of #BAECFF
Complementary color
Monochromatic Colors of #BAECFF
Black with #BAECFF
Text Example
Text Example
White with #BAECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECFF; }
p { color: rgb(186,236,255); }
H1.HeaderClassName
{
color: #BAECFF;
}
.AnyTagClassName
{
color: #BAECFF;
}
</style>
background-color css
<style>
a { background-color: #BAECFF; }
a { background-color: rgb(186,236,255); }
div.DivClassName
{
background-color: #BAECFF;
}
.BgClassName
{
background-color: #BAECFF;
}
</style>
border-color css
<style>
span { border-color: #BAECFF; }
span { border-color: rgb(186,236,255); }
td.TdClassName
{
border-color: #BAECFF;
}
.TagClassName
{
border-color: #BAECFF;
}
</style>