Shades of Perano #A5BDFA
Tints of Perano #A5BDFA
RGB
CMYK
RGB Variations
Color information
#A5BDFA (or 0xA5BDFA) is known color: Perano. HEX triplet: A5, BD and FA. RGB value is (165,189,250). Sum of RGB (Red+Green+Blue) = 165+189+250=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5BDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BDFA is #5A4205. Grayscale: #BCBCBC. Windows color (decimal): -5915142 or 16432549. OLE color: 16432549.
HSL color Cylindrical-coordinate representation of color #A5BDFA: hue angle of 223.06º degrees, saturation: 0.89, 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 #A5BDFA is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 189 | 250 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.02 |
| HSL | 223.06º | 0.89% | 0.81% | - |
| HSV(B) | 223.06º | 0.34% | 0.98% | - |
| XYZ | 50.97 | 51.3 | 97.66 | - |
| YUV | 188.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 250 | 0.34 | 0.24 | 0 | 0.02 | 223.06 | 0.89 | 0.81 |
| Hex | A5 | BD | FA | 22 | 18 | 0 | 2 | DF | 59 | 51 |
| Octal | 245 | 275 | 372 | 42 | 30 | 0 | 2 | 337 | 131 | 121 |
| Binary | 10100101 | 10111101 | 11111010 | 100010 | 11000 | 0 | 10 | 11011111 | 1011001 | 1010001 |
Color Harmonies of #A5BDFA
Complementary color
Monochromatic Colors of #A5BDFA
Black with #A5BDFA
Text Example
Text Example
White with #A5BDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BDFA; }
p { color: rgb(165,189,250); }
H1.HeaderClassName
{
color: #A5BDFA;
}
.AnyTagClassName
{
color: #A5BDFA;
}
</style>
background-color css
<style>
a { background-color: #A5BDFA; }
a { background-color: rgb(165,189,250); }
div.DivClassName
{
background-color: #A5BDFA;
}
.BgClassName
{
background-color: #A5BDFA;
}
</style>
border-color css
<style>
span { border-color: #A5BDFA; }
span { border-color: rgb(165,189,250); }
td.TdClassName
{
border-color: #A5BDFA;
}
.TagClassName
{
border-color: #A5BDFA;
}
</style>