Shades of Perano #A6BDE9
Tints of Perano #A6BDE9
RGB
CMYK
RGB Variations
Color information
#A6BDE9 (or 0xA6BDE9) is known color: Perano. HEX triplet: A6, BD and E9. RGB value is (166,189,233). Sum of RGB (Red+Green+Blue) = 166+189+233=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #A6BDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BDE9 is #594216. Grayscale: #BABABA. Windows color (decimal): -5849623 or 15318438. OLE color: 15318438.
HSL color Cylindrical-coordinate representation of color #A6BDE9: hue angle of 219.4º 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 #A6BDE9 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 189 | 233 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.09 |
| HSL | 219.4º | 0.6% | 0.78% | - |
| HSV(B) | 219.4º | 0.29% | 0.91% | - |
| XYZ | 48.63 | 50.39 | 84.25 | - |
| YUV | 187.14 | 153.88 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 233 | 0.29 | 0.19 | 0 | 0.09 | 219.4 | 0.6 | 0.78 |
| Hex | A6 | BD | E9 | 1D | 13 | 0 | 9 | DB | 3C | 4E |
| Octal | 246 | 275 | 351 | 35 | 23 | 0 | 11 | 333 | 74 | 116 |
| Binary | 10100110 | 10111101 | 11101001 | 11101 | 10011 | 0 | 1001 | 11011011 | 111100 | 1001110 |
Color Harmonies of #A6BDE9
Complementary color
Monochromatic Colors of #A6BDE9
Black with #A6BDE9
Text Example
Text Example
White with #A6BDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BDE9; }
p { color: rgb(166,189,233); }
H1.HeaderClassName
{
color: #A6BDE9;
}
.AnyTagClassName
{
color: #A6BDE9;
}
</style>
background-color css
<style>
a { background-color: #A6BDE9; }
a { background-color: rgb(166,189,233); }
div.DivClassName
{
background-color: #A6BDE9;
}
.BgClassName
{
background-color: #A6BDE9;
}
</style>
border-color css
<style>
span { border-color: #A6BDE9; }
span { border-color: rgb(166,189,233); }
td.TdClassName
{
border-color: #A6BDE9;
}
.TagClassName
{
border-color: #A6BDE9;
}
</style>