Shades of Perano #A6BAE0
Tints of Perano #A6BAE0
RGB
CMYK
RGB Variations
Color information
#A6BAE0 (or 0xA6BAE0) is known color: Perano. HEX triplet: A6, BA and E0. RGB value is (166,186,224). Sum of RGB (Red+Green+Blue) = 166+186+224=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6BAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BAE0 is #59451F. Grayscale: #B8B8B8. Windows color (decimal): -5850400 or 14727846. OLE color: 14727846.
HSL color Cylindrical-coordinate representation of color #A6BAE0: hue angle of 219.31º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6BAE0 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 186 | 224 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.12 |
| HSL | 219.31º | 0.48% | 0.76% | - |
| HSV(B) | 219.31º | 0.26% | 0.88% | - |
| XYZ | 46.74 | 48.61 | 77.44 | - |
| YUV | 184.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 224 | 0.26 | 0.17 | 0 | 0.12 | 219.31 | 0.48 | 0.76 |
| Hex | A6 | BA | E0 | 1A | 11 | 0 | C | DB | 30 | 4C |
| Octal | 246 | 272 | 340 | 32 | 21 | 0 | 14 | 333 | 60 | 114 |
| Binary | 10100110 | 10111010 | 11100000 | 11010 | 10001 | 0 | 1100 | 11011011 | 110000 | 1001100 |
Color Harmonies of #A6BAE0
Complementary color
Monochromatic Colors of #A6BAE0
Black with #A6BAE0
Text Example
Text Example
White with #A6BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BAE0; }
p { color: rgb(166,186,224); }
H1.HeaderClassName
{
color: #A6BAE0;
}
.AnyTagClassName
{
color: #A6BAE0;
}
</style>
background-color css
<style>
a { background-color: #A6BAE0; }
a { background-color: rgb(166,186,224); }
div.DivClassName
{
background-color: #A6BAE0;
}
.BgClassName
{
background-color: #A6BAE0;
}
</style>
border-color css
<style>
span { border-color: #A6BAE0; }
span { border-color: rgb(166,186,224); }
td.TdClassName
{
border-color: #A6BAE0;
}
.TagClassName
{
border-color: #A6BAE0;
}
</style>