Shades of Perano #A6B9EC
Tints of Perano #A6B9EC
RGB
CMYK
RGB Variations
Color information
#A6B9EC (or 0xA6B9EC) is known color: Perano. HEX triplet: A6, B9 and EC. RGB value is (166,185,236). Sum of RGB (Red+Green+Blue) = 166+185+236=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6B9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B9EC is #594613. Grayscale: #B8B8B8. Windows color (decimal): -5850644 or 15514022. OLE color: 15514022.
HSL color Cylindrical-coordinate representation of color #A6B9EC: hue angle of 223.71º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6B9EC is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 185 | 236 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.07 |
| HSL | 223.71º | 0.65% | 0.79% | - |
| HSV(B) | 223.71º | 0.3% | 0.93% | - |
| XYZ | 48.22 | 48.86 | 86.25 | - |
| YUV | 185.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 236 | 0.30 | 0.22 | 0 | 0.07 | 223.71 | 0.65 | 0.79 |
| Hex | A6 | B9 | EC | 1E | 16 | 0 | 7 | E0 | 41 | 4F |
| Octal | 246 | 271 | 354 | 36 | 26 | 0 | 7 | 340 | 101 | 117 |
| Binary | 10100110 | 10111001 | 11101100 | 11110 | 10110 | 0 | 111 | 11100000 | 1000001 | 1001111 |
Color Harmonies of #A6B9EC
Complementary color
Monochromatic Colors of #A6B9EC
Black with #A6B9EC
Text Example
Text Example
White with #A6B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B9EC; }
p { color: rgb(166,185,236); }
H1.HeaderClassName
{
color: #A6B9EC;
}
.AnyTagClassName
{
color: #A6B9EC;
}
</style>
background-color css
<style>
a { background-color: #A6B9EC; }
a { background-color: rgb(166,185,236); }
div.DivClassName
{
background-color: #A6B9EC;
}
.BgClassName
{
background-color: #A6B9EC;
}
</style>
border-color css
<style>
span { border-color: #A6B9EC; }
span { border-color: rgb(166,185,236); }
td.TdClassName
{
border-color: #A6B9EC;
}
.TagClassName
{
border-color: #A6B9EC;
}
</style>