Shades of Perano #A9BEFC
Tints of Perano #A9BEFC
RGB
CMYK
RGB Variations
Color information
#A9BEFC (or 0xA9BEFC) is known color: Perano. HEX triplet: A9, BE and FC. RGB value is (169,190,252). Sum of RGB (Red+Green+Blue) = 169+190+252=611 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.66% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9BEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BEFC is #564103. Grayscale: #BEBEBE. Windows color (decimal): -5652740 or 16563881. OLE color: 16563881.
HSL color Cylindrical-coordinate representation of color #A9BEFC: hue angle of 224.82º 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 #A9BEFC is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 190 | 252 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.01 |
| HSL | 224.82º | 0.93% | 0.83% | - |
| HSV(B) | 224.82º | 0.33% | 0.99% | - |
| XYZ | 52.35 | 52.29 | 99.43 | - |
| YUV | 190.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 252 | 0.33 | 0.25 | 0 | 0.01 | 224.82 | 0.93 | 0.83 |
| Hex | A9 | BE | FC | 21 | 19 | 0 | 1 | E1 | 5D | 53 |
| Octal | 251 | 276 | 374 | 41 | 31 | 0 | 1 | 341 | 135 | 123 |
| Binary | 10101001 | 10111110 | 11111100 | 100001 | 11001 | 0 | 1 | 11100001 | 1011101 | 1010011 |
Color Harmonies of #A9BEFC
Complementary color
Monochromatic Colors of #A9BEFC
Black with #A9BEFC
Text Example
Text Example
White with #A9BEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BEFC; }
p { color: rgb(169,190,252); }
H1.HeaderClassName
{
color: #A9BEFC;
}
.AnyTagClassName
{
color: #A9BEFC;
}
</style>
background-color css
<style>
a { background-color: #A9BEFC; }
a { background-color: rgb(169,190,252); }
div.DivClassName
{
background-color: #A9BEFC;
}
.BgClassName
{
background-color: #A9BEFC;
}
</style>
border-color css
<style>
span { border-color: #A9BEFC; }
span { border-color: rgb(169,190,252); }
td.TdClassName
{
border-color: #A9BEFC;
}
.TagClassName
{
border-color: #A9BEFC;
}
</style>