Shades of Perano #A4B7DE
Tints of Perano #A4B7DE
RGB
CMYK
RGB Variations
Color information
#A4B7DE (or 0xA4B7DE) is known color: Perano. HEX triplet: A4, B7 and DE. RGB value is (164,183,222). Sum of RGB (Red+Green+Blue) = 164+183+222=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #A4B7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B7DE is #5B4821. Grayscale: #B5B5B5. Windows color (decimal): -5982242 or 14596004. OLE color: 14596004.
HSL color Cylindrical-coordinate representation of color #A4B7DE: hue angle of 220.34º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4B7DE is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 183 | 222 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.13 |
| HSL | 220.34º | 0.47% | 0.76% | - |
| HSV(B) | 220.34º | 0.26% | 0.87% | - |
| XYZ | 45.43 | 47.03 | 75.79 | - |
| YUV | 181.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 222 | 0.26 | 0.18 | 0 | 0.13 | 220.34 | 0.47 | 0.76 |
| Hex | A4 | B7 | DE | 1A | 12 | 0 | D | DC | 2F | 4C |
| Octal | 244 | 267 | 336 | 32 | 22 | 0 | 15 | 334 | 57 | 114 |
| Binary | 10100100 | 10110111 | 11011110 | 11010 | 10010 | 0 | 1101 | 11011100 | 101111 | 1001100 |
Color Harmonies of #A4B7DE
Complementary color
Monochromatic Colors of #A4B7DE
Black with #A4B7DE
Text Example
Text Example
White with #A4B7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B7DE; }
p { color: rgb(164,183,222); }
H1.HeaderClassName
{
color: #A4B7DE;
}
.AnyTagClassName
{
color: #A4B7DE;
}
</style>
background-color css
<style>
a { background-color: #A4B7DE; }
a { background-color: rgb(164,183,222); }
div.DivClassName
{
background-color: #A4B7DE;
}
.BgClassName
{
background-color: #A4B7DE;
}
</style>
border-color css
<style>
span { border-color: #A4B7DE; }
span { border-color: rgb(164,183,222); }
td.TdClassName
{
border-color: #A4B7DE;
}
.TagClassName
{
border-color: #A4B7DE;
}
</style>