Shades of Perano #A9BDFC
Tints of Perano #A9BDFC
RGB
CMYK
RGB Variations
Color information
#A9BDFC (or 0xA9BDFC) is known color: Perano. HEX triplet: A9, BD and FC. RGB value is (169,189,252). Sum of RGB (Red+Green+Blue) = 169+189+252=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9BDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BDFC is #564203. Grayscale: #BDBDBD. Windows color (decimal): -5652996 or 16563625. OLE color: 16563625.
HSL color Cylindrical-coordinate representation of color #A9BDFC: hue angle of 225.54º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9BDFC is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 189 | 252 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.01 |
| HSL | 225.54º | 0.93% | 0.83% | - |
| HSV(B) | 225.54º | 0.33% | 0.99% | - |
| XYZ | 52.13 | 51.86 | 99.36 | - |
| YUV | 190.2 | 162.87 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 252 | 0.33 | 0.25 | 0 | 0.01 | 225.54 | 0.93 | 0.83 |
| Hex | A9 | BD | FC | 21 | 19 | 0 | 1 | E2 | 5D | 53 |
| Octal | 251 | 275 | 374 | 41 | 31 | 0 | 1 | 342 | 135 | 123 |
| Binary | 10101001 | 10111101 | 11111100 | 100001 | 11001 | 0 | 1 | 11100010 | 1011101 | 1010011 |
Color Harmonies of #A9BDFC
Complementary color
Monochromatic Colors of #A9BDFC
Black with #A9BDFC
Text Example
Text Example
White with #A9BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BDFC; }
p { color: rgb(169,189,252); }
H1.HeaderClassName
{
color: #A9BDFC;
}
.AnyTagClassName
{
color: #A9BDFC;
}
</style>
background-color css
<style>
a { background-color: #A9BDFC; }
a { background-color: rgb(169,189,252); }
div.DivClassName
{
background-color: #A9BDFC;
}
.BgClassName
{
background-color: #A9BDFC;
}
</style>
border-color css
<style>
span { border-color: #A9BDFC; }
span { border-color: rgb(169,189,252); }
td.TdClassName
{
border-color: #A9BDFC;
}
.TagClassName
{
border-color: #A9BDFC;
}
</style>