Shades of Perano #A6BAEC
Tints of Perano #A6BAEC
RGB
CMYK
RGB Variations
Color information
#A6BAEC (or 0xA6BAEC) is known color: Perano. HEX triplet: A6, BA and EC. RGB value is (166,186,236). Sum of RGB (Red+Green+Blue) = 166+186+236=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6BAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BAEC is #594513. Grayscale: #B9B9B9. Windows color (decimal): -5850388 or 15514278. OLE color: 15514278.
HSL color Cylindrical-coordinate representation of color #A6BAEC: hue angle of 222.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 #A6BAEC is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 186 | 236 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.07 |
| HSL | 222.86º | 0.65% | 0.79% | - |
| HSV(B) | 222.86º | 0.3% | 0.93% | - |
| XYZ | 48.43 | 49.28 | 86.32 | - |
| YUV | 185.72 | 156.37 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 236 | 0.30 | 0.21 | 0 | 0.07 | 222.86 | 0.65 | 0.79 |
| Hex | A6 | BA | EC | 1E | 15 | 0 | 7 | DF | 41 | 4F |
| Octal | 246 | 272 | 354 | 36 | 25 | 0 | 7 | 337 | 101 | 117 |
| Binary | 10100110 | 10111010 | 11101100 | 11110 | 10101 | 0 | 111 | 11011111 | 1000001 | 1001111 |
Color Harmonies of #A6BAEC
Complementary color
Monochromatic Colors of #A6BAEC
Black with #A6BAEC
Text Example
Text Example
White with #A6BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BAEC; }
p { color: rgb(166,186,236); }
H1.HeaderClassName
{
color: #A6BAEC;
}
.AnyTagClassName
{
color: #A6BAEC;
}
</style>
background-color css
<style>
a { background-color: #A6BAEC; }
a { background-color: rgb(166,186,236); }
div.DivClassName
{
background-color: #A6BAEC;
}
.BgClassName
{
background-color: #A6BAEC;
}
</style>
border-color css
<style>
span { border-color: #A6BAEC; }
span { border-color: rgb(166,186,236); }
td.TdClassName
{
border-color: #A6BAEC;
}
.TagClassName
{
border-color: #A6BAEC;
}
</style>