Shades of Perano #A9BDFA
Tints of Perano #A9BDFA
RGB
CMYK
RGB Variations
Color information
#A9BDFA (or 0xA9BDFA) is known color: Perano. HEX triplet: A9, BD and FA. RGB value is (169,189,250). Sum of RGB (Red+Green+Blue) = 169+189+250=608 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.80% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9BDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BDFA is #564205. Grayscale: #BDBDBD. Windows color (decimal): -5652998 or 16432553. OLE color: 16432553.
HSL color Cylindrical-coordinate representation of color #A9BDFA: hue angle of 225.19º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9BDFA is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 189 | 250 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.02 |
| HSL | 225.19º | 0.89% | 0.82% | - |
| HSV(B) | 225.19º | 0.32% | 0.98% | - |
| XYZ | 51.82 | 51.73 | 97.7 | - |
| YUV | 189.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 250 | 0.32 | 0.24 | 0 | 0.02 | 225.19 | 0.89 | 0.82 |
| Hex | A9 | BD | FA | 20 | 18 | 0 | 2 | E1 | 59 | 52 |
| Octal | 251 | 275 | 372 | 40 | 30 | 0 | 2 | 341 | 131 | 122 |
| Binary | 10101001 | 10111101 | 11111010 | 100000 | 11000 | 0 | 10 | 11100001 | 1011001 | 1010010 |
Color Harmonies of #A9BDFA
Complementary color
Monochromatic Colors of #A9BDFA
Black with #A9BDFA
Text Example
Text Example
White with #A9BDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BDFA; }
p { color: rgb(169,189,250); }
H1.HeaderClassName
{
color: #A9BDFA;
}
.AnyTagClassName
{
color: #A9BDFA;
}
</style>
background-color css
<style>
a { background-color: #A9BDFA; }
a { background-color: rgb(169,189,250); }
div.DivClassName
{
background-color: #A9BDFA;
}
.BgClassName
{
background-color: #A9BDFA;
}
</style>
border-color css
<style>
span { border-color: #A9BDFA; }
span { border-color: rgb(169,189,250); }
td.TdClassName
{
border-color: #A9BDFA;
}
.TagClassName
{
border-color: #A9BDFA;
}
</style>