Shades of Perano #A6BDE6
Tints of Perano #A6BDE6
RGB
CMYK
RGB Variations
Color information
#A6BDE6 (or 0xA6BDE6) is known color: Perano. HEX triplet: A6, BD and E6. RGB value is (166,189,230). Sum of RGB (Red+Green+Blue) = 166+189+230=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #A6BDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BDE6 is #594219. Grayscale: #BABABA. Windows color (decimal): -5849626 or 15121830. OLE color: 15121830.
HSL color Cylindrical-coordinate representation of color #A6BDE6: hue angle of 218.44º 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 #A6BDE6 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 189 | 230 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.10 |
| HSL | 218.44º | 0.56% | 0.78% | - |
| HSV(B) | 218.44º | 0.28% | 0.9% | - |
| XYZ | 48.21 | 50.22 | 82.01 | - |
| YUV | 186.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 230 | 0.28 | 0.18 | 0 | 0.10 | 218.44 | 0.56 | 0.78 |
| Hex | A6 | BD | E6 | 1C | 12 | 0 | A | DA | 38 | 4E |
| Octal | 246 | 275 | 346 | 34 | 22 | 0 | 12 | 332 | 70 | 116 |
| Binary | 10100110 | 10111101 | 11100110 | 11100 | 10010 | 0 | 1010 | 11011010 | 111000 | 1001110 |
Color Harmonies of #A6BDE6
Complementary color
Monochromatic Colors of #A6BDE6
Black with #A6BDE6
Text Example
Text Example
White with #A6BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BDE6; }
p { color: rgb(166,189,230); }
H1.HeaderClassName
{
color: #A6BDE6;
}
.AnyTagClassName
{
color: #A6BDE6;
}
</style>
background-color css
<style>
a { background-color: #A6BDE6; }
a { background-color: rgb(166,189,230); }
div.DivClassName
{
background-color: #A6BDE6;
}
.BgClassName
{
background-color: #A6BDE6;
}
</style>
border-color css
<style>
span { border-color: #A6BDE6; }
span { border-color: rgb(166,189,230); }
td.TdClassName
{
border-color: #A6BDE6;
}
.TagClassName
{
border-color: #A6BDE6;
}
</style>