Shades of Perano #A6BAE7
Tints of Perano #A6BAE7
RGB
CMYK
RGB Variations
Color information
#A6BAE7 (or 0xA6BAE7) is known color: Perano. HEX triplet: A6, BA and E7. RGB value is (166,186,231). Sum of RGB (Red+Green+Blue) = 166+186+231=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #A6BAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BAE7 is #594518. Grayscale: #B8B8B8. Windows color (decimal): -5850393 or 15186598. OLE color: 15186598.
HSL color Cylindrical-coordinate representation of color #A6BAE7: hue angle of 221.54º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6BAE7 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 186 | 231 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.09 |
| HSL | 221.54º | 0.58% | 0.78% | - |
| HSV(B) | 221.54º | 0.28% | 0.91% | - |
| XYZ | 47.71 | 48.99 | 82.54 | - |
| YUV | 185.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 231 | 0.28 | 0.19 | 0 | 0.09 | 221.54 | 0.58 | 0.78 |
| Hex | A6 | BA | E7 | 1C | 13 | 0 | 9 | DE | 3A | 4E |
| Octal | 246 | 272 | 347 | 34 | 23 | 0 | 11 | 336 | 72 | 116 |
| Binary | 10100110 | 10111010 | 11100111 | 11100 | 10011 | 0 | 1001 | 11011110 | 111010 | 1001110 |
Color Harmonies of #A6BAE7
Complementary color
Monochromatic Colors of #A6BAE7
Black with #A6BAE7
Text Example
Text Example
White with #A6BAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BAE7; }
p { color: rgb(166,186,231); }
H1.HeaderClassName
{
color: #A6BAE7;
}
.AnyTagClassName
{
color: #A6BAE7;
}
</style>
background-color css
<style>
a { background-color: #A6BAE7; }
a { background-color: rgb(166,186,231); }
div.DivClassName
{
background-color: #A6BAE7;
}
.BgClassName
{
background-color: #A6BAE7;
}
</style>
border-color css
<style>
span { border-color: #A6BAE7; }
span { border-color: rgb(166,186,231); }
td.TdClassName
{
border-color: #A6BAE7;
}
.TagClassName
{
border-color: #A6BAE7;
}
</style>