Shades of Perano #A6BCE6
Tints of Perano #A6BCE6
RGB
CMYK
RGB Variations
Color information
#A6BCE6 (or 0xA6BCE6) is known color: Perano. HEX triplet: A6, BC and E6. RGB value is (166,188,230). Sum of RGB (Red+Green+Blue) = 166+188+230=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 230 - color contains mainly: blue. Hex color #A6BCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BCE6 is #594319. Grayscale: #BABABA. Windows color (decimal): -5849882 or 15121574. OLE color: 15121574.
HSL color Cylindrical-coordinate representation of color #A6BCE6: hue angle of 219.38º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6BCE6 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 188 | 230 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.10 |
| HSL | 219.38º | 0.56% | 0.78% | - |
| HSV(B) | 219.38º | 0.28% | 0.9% | - |
| XYZ | 47.99 | 49.79 | 81.94 | - |
| YUV | 186.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 230 | 0.28 | 0.18 | 0 | 0.10 | 219.38 | 0.56 | 0.78 |
| Hex | A6 | BC | E6 | 1C | 12 | 0 | A | DB | 38 | 4E |
| Octal | 246 | 274 | 346 | 34 | 22 | 0 | 12 | 333 | 70 | 116 |
| Binary | 10100110 | 10111100 | 11100110 | 11100 | 10010 | 0 | 1010 | 11011011 | 111000 | 1001110 |
Color Harmonies of #A6BCE6
Complementary color
Monochromatic Colors of #A6BCE6
Black with #A6BCE6
Text Example
Text Example
White with #A6BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BCE6; }
p { color: rgb(166,188,230); }
H1.HeaderClassName
{
color: #A6BCE6;
}
.AnyTagClassName
{
color: #A6BCE6;
}
</style>
background-color css
<style>
a { background-color: #A6BCE6; }
a { background-color: rgb(166,188,230); }
div.DivClassName
{
background-color: #A6BCE6;
}
.BgClassName
{
background-color: #A6BCE6;
}
</style>
border-color css
<style>
span { border-color: #A6BCE6; }
span { border-color: rgb(166,188,230); }
td.TdClassName
{
border-color: #A6BCE6;
}
.TagClassName
{
border-color: #A6BCE6;
}
</style>