Shades of Perano #A5BDFF
Tints of Perano #A5BDFF
RGB
CMYK
RGB Variations
Color information
#A5BDFF (or 0xA5BDFF) is known color: Perano. HEX triplet: A5, BD and FF. RGB value is (165,189,255). Sum of RGB (Red+Green+Blue) = 165+189+255=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BDFF is #5A4200. Grayscale: #BDBDBD. Windows color (decimal): -5915137 or 16760229. OLE color: 16760229.
HSL color Cylindrical-coordinate representation of color #A5BDFF: hue angle of 224º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5BDFF is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 189 | 255 | - |
| CMYK | 0.35 | 0.26 | 0 | 0 |
| HSL | 224º | 1% | 0.82% | - |
| HSV(B) | 224º | 0.35% | 1% | - |
| XYZ | 51.76 | 51.61 | 101.84 | - |
| YUV | 189.35 | 165.05 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 255 | 0.35 | 0.26 | 0 | 0 | 224 | 1 | 0.82 |
| Hex | A5 | BD | FF | 23 | 1A | 0 | 0 | E0 | 64 | 52 |
| Octal | 245 | 275 | 377 | 43 | 32 | 0 | 0 | 340 | 144 | 122 |
| Binary | 10100101 | 10111101 | 11111111 | 100011 | 11010 | 0 | 0 | 11100000 | 1100100 | 1010010 |
Color Harmonies of #A5BDFF
Complementary color
Monochromatic Colors of #A5BDFF
Black with #A5BDFF
Text Example
Text Example
White with #A5BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BDFF; }
p { color: rgb(165,189,255); }
H1.HeaderClassName
{
color: #A5BDFF;
}
.AnyTagClassName
{
color: #A5BDFF;
}
</style>
background-color css
<style>
a { background-color: #A5BDFF; }
a { background-color: rgb(165,189,255); }
div.DivClassName
{
background-color: #A5BDFF;
}
.BgClassName
{
background-color: #A5BDFF;
}
</style>
border-color css
<style>
span { border-color: #A5BDFF; }
span { border-color: rgb(165,189,255); }
td.TdClassName
{
border-color: #A5BDFF;
}
.TagClassName
{
border-color: #A5BDFF;
}
</style>