Shades of Perano #A9BEFA
Tints of Perano #A9BEFA
RGB
CMYK
RGB Variations
Color information
#A9BEFA (or 0xA9BEFA) is known color: Perano. HEX triplet: A9, BE and FA. RGB value is (169,190,250). Sum of RGB (Red+Green+Blue) = 169+190+250=609 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.75% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9BEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BEFA is #564105. Grayscale: #BEBEBE. Windows color (decimal): -5652742 or 16432809. OLE color: 16432809.
HSL color Cylindrical-coordinate representation of color #A9BEFA: hue angle of 224.44º 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 #A9BEFA is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 190 | 250 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.02 |
| HSL | 224.44º | 0.89% | 0.82% | - |
| HSV(B) | 224.44º | 0.32% | 0.98% | - |
| XYZ | 52.03 | 52.16 | 97.77 | - |
| YUV | 190.56 | 161.54 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 250 | 0.32 | 0.24 | 0 | 0.02 | 224.44 | 0.89 | 0.82 |
| Hex | A9 | BE | FA | 20 | 18 | 0 | 2 | E0 | 59 | 52 |
| Octal | 251 | 276 | 372 | 40 | 30 | 0 | 2 | 340 | 131 | 122 |
| Binary | 10101001 | 10111110 | 11111010 | 100000 | 11000 | 0 | 10 | 11100000 | 1011001 | 1010010 |
Color Harmonies of #A9BEFA
Complementary color
Monochromatic Colors of #A9BEFA
Black with #A9BEFA
Text Example
Text Example
White with #A9BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BEFA; }
p { color: rgb(169,190,250); }
H1.HeaderClassName
{
color: #A9BEFA;
}
.AnyTagClassName
{
color: #A9BEFA;
}
</style>
background-color css
<style>
a { background-color: #A9BEFA; }
a { background-color: rgb(169,190,250); }
div.DivClassName
{
background-color: #A9BEFA;
}
.BgClassName
{
background-color: #A9BEFA;
}
</style>
border-color css
<style>
span { border-color: #A9BEFA; }
span { border-color: rgb(169,190,250); }
td.TdClassName
{
border-color: #A9BEFA;
}
.TagClassName
{
border-color: #A9BEFA;
}
</style>