Shades of Perano #A5BEF9
Tints of Perano #A5BEF9
RGB
CMYK
RGB Variations
Color information
#A5BEF9 (or 0xA5BEF9) is known color: Perano. HEX triplet: A5, BE and F9. RGB value is (165,190,249). Sum of RGB (Red+Green+Blue) = 165+190+249=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #A5BEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BEF9 is #5A4106. Grayscale: #BCBCBC. Windows color (decimal): -5914887 or 16367269. OLE color: 16367269.
HSL color Cylindrical-coordinate representation of color #A5BEF9: hue angle of 222.14º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5BEF9 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 190 | 249 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.02 |
| HSL | 222.14º | 0.88% | 0.81% | - |
| HSV(B) | 222.14º | 0.34% | 0.98% | - |
| XYZ | 51.03 | 51.67 | 96.91 | - |
| YUV | 189.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 190 | 249 | 0.34 | 0.24 | 0 | 0.02 | 222.14 | 0.88 | 0.81 |
| Hex | A5 | BE | F9 | 22 | 18 | 0 | 2 | DE | 58 | 51 |
| Octal | 245 | 276 | 371 | 42 | 30 | 0 | 2 | 336 | 130 | 121 |
| Binary | 10100101 | 10111110 | 11111001 | 100010 | 11000 | 0 | 10 | 11011110 | 1011000 | 1010001 |
Color Harmonies of #A5BEF9
Complementary color
Monochromatic Colors of #A5BEF9
Black with #A5BEF9
Text Example
Text Example
White with #A5BEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BEF9; }
p { color: rgb(165,190,249); }
H1.HeaderClassName
{
color: #A5BEF9;
}
.AnyTagClassName
{
color: #A5BEF9;
}
</style>
background-color css
<style>
a { background-color: #A5BEF9; }
a { background-color: rgb(165,190,249); }
div.DivClassName
{
background-color: #A5BEF9;
}
.BgClassName
{
background-color: #A5BEF9;
}
</style>
border-color css
<style>
span { border-color: #A5BEF9; }
span { border-color: rgb(165,190,249); }
td.TdClassName
{
border-color: #A5BEF9;
}
.TagClassName
{
border-color: #A5BEF9;
}
</style>