Shades of Perano #A6B7EC
Tints of Perano #A6B7EC
RGB
CMYK
RGB Variations
Color information
#A6B7EC (or 0xA6B7EC) is known color: Perano. HEX triplet: A6, B7 and EC. RGB value is (166,183,236). Sum of RGB (Red+Green+Blue) = 166+183+236=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6B7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B7EC is #594813. Grayscale: #B7B7B7. Windows color (decimal): -5851156 or 15513510. OLE color: 15513510.
HSL color Cylindrical-coordinate representation of color #A6B7EC: hue angle of 225.43º 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 #A6B7EC is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 183 | 236 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.07 |
| HSL | 225.43º | 0.65% | 0.79% | - |
| HSV(B) | 225.43º | 0.3% | 0.93% | - |
| XYZ | 47.8 | 48.03 | 86.11 | - |
| YUV | 183.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 236 | 0.30 | 0.22 | 0 | 0.07 | 225.43 | 0.65 | 0.79 |
| Hex | A6 | B7 | EC | 1E | 16 | 0 | 7 | E1 | 41 | 4F |
| Octal | 246 | 267 | 354 | 36 | 26 | 0 | 7 | 341 | 101 | 117 |
| Binary | 10100110 | 10110111 | 11101100 | 11110 | 10110 | 0 | 111 | 11100001 | 1000001 | 1001111 |
Color Harmonies of #A6B7EC
Complementary color
Monochromatic Colors of #A6B7EC
Black with #A6B7EC
Text Example
Text Example
White with #A6B7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B7EC; }
p { color: rgb(166,183,236); }
H1.HeaderClassName
{
color: #A6B7EC;
}
.AnyTagClassName
{
color: #A6B7EC;
}
</style>
background-color css
<style>
a { background-color: #A6B7EC; }
a { background-color: rgb(166,183,236); }
div.DivClassName
{
background-color: #A6B7EC;
}
.BgClassName
{
background-color: #A6B7EC;
}
</style>
border-color css
<style>
span { border-color: #A6B7EC; }
span { border-color: rgb(166,183,236); }
td.TdClassName
{
border-color: #A6B7EC;
}
.TagClassName
{
border-color: #A6B7EC;
}
</style>