Shades of Perano #A4B9DF
Tints of Perano #A4B9DF
RGB
CMYK
RGB Variations
Color information
#A4B9DF (or 0xA4B9DF) is known color: Perano. HEX triplet: A4, B9 and DF. RGB value is (164,185,223). Sum of RGB (Red+Green+Blue) = 164+185+223=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4B9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B9DF is #5B4620. Grayscale: #B6B6B6. Windows color (decimal): -5981729 or 14662052. OLE color: 14662052.
HSL color Cylindrical-coordinate representation of color #A4B9DF: hue angle of 218.64º degrees, saturation: 0.48, 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 #A4B9DF is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 185 | 223 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.13 |
| HSL | 218.64º | 0.48% | 0.76% | - |
| HSV(B) | 218.64º | 0.26% | 0.87% | - |
| XYZ | 45.98 | 47.92 | 76.64 | - |
| YUV | 183.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 223 | 0.26 | 0.17 | 0 | 0.13 | 218.64 | 0.48 | 0.76 |
| Hex | A4 | B9 | DF | 1A | 11 | 0 | D | DB | 30 | 4C |
| Octal | 244 | 271 | 337 | 32 | 21 | 0 | 15 | 333 | 60 | 114 |
| Binary | 10100100 | 10111001 | 11011111 | 11010 | 10001 | 0 | 1101 | 11011011 | 110000 | 1001100 |
Color Harmonies of #A4B9DF
Complementary color
Monochromatic Colors of #A4B9DF
Black with #A4B9DF
Text Example
Text Example
White with #A4B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B9DF; }
p { color: rgb(164,185,223); }
H1.HeaderClassName
{
color: #A4B9DF;
}
.AnyTagClassName
{
color: #A4B9DF;
}
</style>
background-color css
<style>
a { background-color: #A4B9DF; }
a { background-color: rgb(164,185,223); }
div.DivClassName
{
background-color: #A4B9DF;
}
.BgClassName
{
background-color: #A4B9DF;
}
</style>
border-color css
<style>
span { border-color: #A4B9DF; }
span { border-color: rgb(164,185,223); }
td.TdClassName
{
border-color: #A4B9DF;
}
.TagClassName
{
border-color: #A4B9DF;
}
</style>