Shades of Perano #A5BDF8
Tints of Perano #A5BDF8
RGB
CMYK
RGB Variations
Color information
#A5BDF8 (or 0xA5BDF8) is known color: Perano. HEX triplet: A5, BD and F8. RGB value is (165,189,248). Sum of RGB (Red+Green+Blue) = 165+189+248=602 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.41% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #A5BDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BDF8 is #5A4207. Grayscale: #BCBCBC. Windows color (decimal): -5915144 or 16301477. OLE color: 16301477.
HSL color Cylindrical-coordinate representation of color #A5BDF8: hue angle of 222.65º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5BDF8 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 189 | 248 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.03 |
| HSL | 222.65º | 0.86% | 0.81% | - |
| HSV(B) | 222.65º | 0.33% | 0.97% | - |
| XYZ | 50.66 | 51.17 | 96.01 | - |
| YUV | 188.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 248 | 0.33 | 0.24 | 0 | 0.03 | 222.65 | 0.86 | 0.81 |
| Hex | A5 | BD | F8 | 21 | 18 | 0 | 3 | DF | 56 | 51 |
| Octal | 245 | 275 | 370 | 41 | 30 | 0 | 3 | 337 | 126 | 121 |
| Binary | 10100101 | 10111101 | 11111000 | 100001 | 11000 | 0 | 11 | 11011111 | 1010110 | 1010001 |
Color Harmonies of #A5BDF8
Complementary color
Monochromatic Colors of #A5BDF8
Black with #A5BDF8
Text Example
Text Example
White with #A5BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BDF8; }
p { color: rgb(165,189,248); }
H1.HeaderClassName
{
color: #A5BDF8;
}
.AnyTagClassName
{
color: #A5BDF8;
}
</style>
background-color css
<style>
a { background-color: #A5BDF8; }
a { background-color: rgb(165,189,248); }
div.DivClassName
{
background-color: #A5BDF8;
}
.BgClassName
{
background-color: #A5BDF8;
}
</style>
border-color css
<style>
span { border-color: #A5BDF8; }
span { border-color: rgb(165,189,248); }
td.TdClassName
{
border-color: #A5BDF8;
}
.TagClassName
{
border-color: #A5BDF8;
}
</style>