Shades of Perano #A6BCE7
Tints of Perano #A6BCE7
RGB
CMYK
RGB Variations
Color information
#A6BCE7 (or 0xA6BCE7) is known color: Perano. HEX triplet: A6, BC and E7. RGB value is (166,188,231). Sum of RGB (Red+Green+Blue) = 166+188+231=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #A6BCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BCE7 is #594318. Grayscale: #BABABA. Windows color (decimal): -5849881 or 15187110. OLE color: 15187110.
HSL color Cylindrical-coordinate representation of color #A6BCE7: hue angle of 219.69º 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 #A6BCE7 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 188 | 231 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.09 |
| HSL | 219.69º | 0.58% | 0.78% | - |
| HSV(B) | 219.69º | 0.28% | 0.91% | - |
| XYZ | 48.13 | 49.84 | 82.69 | - |
| YUV | 186.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 231 | 0.28 | 0.19 | 0 | 0.09 | 219.69 | 0.58 | 0.78 |
| Hex | A6 | BC | E7 | 1C | 13 | 0 | 9 | DC | 3A | 4E |
| Octal | 246 | 274 | 347 | 34 | 23 | 0 | 11 | 334 | 72 | 116 |
| Binary | 10100110 | 10111100 | 11100111 | 11100 | 10011 | 0 | 1001 | 11011100 | 111010 | 1001110 |
Color Harmonies of #A6BCE7
Complementary color
Monochromatic Colors of #A6BCE7
Black with #A6BCE7
Text Example
Text Example
White with #A6BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BCE7; }
p { color: rgb(166,188,231); }
H1.HeaderClassName
{
color: #A6BCE7;
}
.AnyTagClassName
{
color: #A6BCE7;
}
</style>
background-color css
<style>
a { background-color: #A6BCE7; }
a { background-color: rgb(166,188,231); }
div.DivClassName
{
background-color: #A6BCE7;
}
.BgClassName
{
background-color: #A6BCE7;
}
</style>
border-color css
<style>
span { border-color: #A6BCE7; }
span { border-color: rgb(166,188,231); }
td.TdClassName
{
border-color: #A6BCE7;
}
.TagClassName
{
border-color: #A6BCE7;
}
</style>