Shades of Perano #A9BCF9
Tints of Perano #A9BCF9
RGB
CMYK
RGB Variations
Color information
#A9BCF9 (or 0xA9BCF9) is known color: Perano. HEX triplet: A9, BC and F9. RGB value is (169,188,249). Sum of RGB (Red+Green+Blue) = 169+188+249=606 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.89% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #A9BCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BCF9 is #564306. Grayscale: #BDBDBD. Windows color (decimal): -5653255 or 16366761. OLE color: 16366761.
HSL color Cylindrical-coordinate representation of color #A9BCF9: hue angle of 225.75º degrees, saturation: 0.87, 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 #A9BCF9 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 188 | 249 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.02 |
| HSL | 225.75º | 0.87% | 0.82% | - |
| HSV(B) | 225.75º | 0.32% | 0.98% | - |
| XYZ | 51.44 | 51.24 | 96.8 | - |
| YUV | 189.27 | 161.71 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 249 | 0.32 | 0.24 | 0 | 0.02 | 225.75 | 0.87 | 0.82 |
| Hex | A9 | BC | F9 | 20 | 18 | 0 | 2 | E2 | 57 | 52 |
| Octal | 251 | 274 | 371 | 40 | 30 | 0 | 2 | 342 | 127 | 122 |
| Binary | 10101001 | 10111100 | 11111001 | 100000 | 11000 | 0 | 10 | 11100010 | 1010111 | 1010010 |
Color Harmonies of #A9BCF9
Complementary color
Monochromatic Colors of #A9BCF9
Black with #A9BCF9
Text Example
Text Example
White with #A9BCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BCF9; }
p { color: rgb(169,188,249); }
H1.HeaderClassName
{
color: #A9BCF9;
}
.AnyTagClassName
{
color: #A9BCF9;
}
</style>
background-color css
<style>
a { background-color: #A9BCF9; }
a { background-color: rgb(169,188,249); }
div.DivClassName
{
background-color: #A9BCF9;
}
.BgClassName
{
background-color: #A9BCF9;
}
</style>
border-color css
<style>
span { border-color: #A9BCF9; }
span { border-color: rgb(169,188,249); }
td.TdClassName
{
border-color: #A9BCF9;
}
.TagClassName
{
border-color: #A9BCF9;
}
</style>