Shades of Perano #A6BCE9
Tints of Perano #A6BCE9
RGB
CMYK
RGB Variations
Color information
#A6BCE9 (or 0xA6BCE9) is known color: Perano. HEX triplet: A6, BC and E9. RGB value is (166,188,233). Sum of RGB (Red+Green+Blue) = 166+188+233=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 233 (91.41% from 255 or 39.69% from 587); Max value from RGB is 233 - color contains mainly: blue. Hex color #A6BCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BCE9 is #594316. Grayscale: #BABABA. Windows color (decimal): -5849879 or 15318182. OLE color: 15318182.
HSL color Cylindrical-coordinate representation of color #A6BCE9: hue angle of 220.3º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6BCE9 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 188 | 233 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.09 |
| HSL | 220.3º | 0.6% | 0.78% | - |
| HSV(B) | 220.3º | 0.29% | 0.91% | - |
| XYZ | 48.42 | 49.96 | 84.18 | - |
| YUV | 186.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 233 | 0.29 | 0.19 | 0 | 0.09 | 220.3 | 0.6 | 0.78 |
| Hex | A6 | BC | E9 | 1D | 13 | 0 | 9 | DC | 3C | 4E |
| Octal | 246 | 274 | 351 | 35 | 23 | 0 | 11 | 334 | 74 | 116 |
| Binary | 10100110 | 10111100 | 11101001 | 11101 | 10011 | 0 | 1001 | 11011100 | 111100 | 1001110 |
Color Harmonies of #A6BCE9
Complementary color
Monochromatic Colors of #A6BCE9
Black with #A6BCE9
Text Example
Text Example
White with #A6BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BCE9; }
p { color: rgb(166,188,233); }
H1.HeaderClassName
{
color: #A6BCE9;
}
.AnyTagClassName
{
color: #A6BCE9;
}
</style>
background-color css
<style>
a { background-color: #A6BCE9; }
a { background-color: rgb(166,188,233); }
div.DivClassName
{
background-color: #A6BCE9;
}
.BgClassName
{
background-color: #A6BCE9;
}
</style>
border-color css
<style>
span { border-color: #A6BCE9; }
span { border-color: rgb(166,188,233); }
td.TdClassName
{
border-color: #A6BCE9;
}
.TagClassName
{
border-color: #A6BCE9;
}
</style>