Shades of Perano #A6B3EC
Tints of Perano #A6B3EC
RGB
CMYK
RGB Variations
Color information
#A6B3EC (or 0xA6B3EC) is known color: Perano. HEX triplet: A6, B3 and EC. RGB value is (166,179,236). Sum of RGB (Red+Green+Blue) = 166+179+236=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6B3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B3EC is #594C13. Grayscale: #B5B5B5. Windows color (decimal): -5852180 or 15512486. OLE color: 15512486.
HSL color Cylindrical-coordinate representation of color #A6B3EC: hue angle of 228.86º 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 #A6B3EC is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 179 | 236 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.07 |
| HSL | 228.86º | 0.65% | 0.79% | - |
| HSV(B) | 228.86º | 0.3% | 0.93% | - |
| XYZ | 46.99 | 46.4 | 85.84 | - |
| YUV | 181.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 236 | 0.30 | 0.24 | 0 | 0.07 | 228.86 | 0.65 | 0.79 |
| Hex | A6 | B3 | EC | 1E | 18 | 0 | 7 | E5 | 41 | 4F |
| Octal | 246 | 263 | 354 | 36 | 30 | 0 | 7 | 345 | 101 | 117 |
| Binary | 10100110 | 10110011 | 11101100 | 11110 | 11000 | 0 | 111 | 11100101 | 1000001 | 1001111 |
Color Harmonies of #A6B3EC
Complementary color
Monochromatic Colors of #A6B3EC
Black with #A6B3EC
Text Example
Text Example
White with #A6B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B3EC; }
p { color: rgb(166,179,236); }
H1.HeaderClassName
{
color: #A6B3EC;
}
.AnyTagClassName
{
color: #A6B3EC;
}
</style>
background-color css
<style>
a { background-color: #A6B3EC; }
a { background-color: rgb(166,179,236); }
div.DivClassName
{
background-color: #A6B3EC;
}
.BgClassName
{
background-color: #A6B3EC;
}
</style>
border-color css
<style>
span { border-color: #A6B3EC; }
span { border-color: rgb(166,179,236); }
td.TdClassName
{
border-color: #A6B3EC;
}
.TagClassName
{
border-color: #A6B3EC;
}
</style>