Shades of Perano #A5BDE6
Tints of Perano #A5BDE6
RGB
CMYK
RGB Variations
Color information
#A5BDE6 (or 0xA5BDE6) is known color: Perano. HEX triplet: A5, BD and E6. RGB value is (165,189,230). Sum of RGB (Red+Green+Blue) = 165+189+230=584 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.25% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 230 - color contains mainly: blue. Hex color #A5BDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BDE6 is #5A4219. Grayscale: #BABABA. Windows color (decimal): -5915162 or 15121829. OLE color: 15121829.
HSL color Cylindrical-coordinate representation of color #A5BDE6: hue angle of 217.85º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5BDE6 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 189 | 230 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.10 |
| HSL | 217.85º | 0.57% | 0.77% | - |
| HSV(B) | 217.85º | 0.28% | 0.9% | - |
| XYZ | 48 | 50.11 | 82 | - |
| YUV | 186.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 230 | 0.28 | 0.18 | 0 | 0.10 | 217.85 | 0.57 | 0.77 |
| Hex | A5 | BD | E6 | 1C | 12 | 0 | A | DA | 39 | 4D |
| Octal | 245 | 275 | 346 | 34 | 22 | 0 | 12 | 332 | 71 | 115 |
| Binary | 10100101 | 10111101 | 11100110 | 11100 | 10010 | 0 | 1010 | 11011010 | 111001 | 1001101 |
Color Harmonies of #A5BDE6
Complementary color
Monochromatic Colors of #A5BDE6
Black with #A5BDE6
Text Example
Text Example
White with #A5BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BDE6; }
p { color: rgb(165,189,230); }
H1.HeaderClassName
{
color: #A5BDE6;
}
.AnyTagClassName
{
color: #A5BDE6;
}
</style>
background-color css
<style>
a { background-color: #A5BDE6; }
a { background-color: rgb(165,189,230); }
div.DivClassName
{
background-color: #A5BDE6;
}
.BgClassName
{
background-color: #A5BDE6;
}
</style>
border-color css
<style>
span { border-color: #A5BDE6; }
span { border-color: rgb(165,189,230); }
td.TdClassName
{
border-color: #A5BDE6;
}
.TagClassName
{
border-color: #A5BDE6;
}
</style>