Shades of Perano #A4B6DD
Tints of Perano #A4B6DD
RGB
CMYK
RGB Variations
Color information
#A4B6DD (or 0xA4B6DD) is known color: Perano. HEX triplet: A4, B6 and DD. RGB value is (164,182,221). Sum of RGB (Red+Green+Blue) = 164+182+221=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4B6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B6DD is #5B4922. Grayscale: #B4B4B4. Windows color (decimal): -5982499 or 14530212. OLE color: 14530212.
HSL color Cylindrical-coordinate representation of color #A4B6DD: hue angle of 221.05º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4B6DD is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 182 | 221 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.13 |
| HSL | 221.05º | 0.46% | 0.75% | - |
| HSV(B) | 221.05º | 0.26% | 0.87% | - |
| XYZ | 45.09 | 46.57 | 75.02 | - |
| YUV | 181.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 182 | 221 | 0.26 | 0.18 | 0 | 0.13 | 221.05 | 0.46 | 0.75 |
| Hex | A4 | B6 | DD | 1A | 12 | 0 | D | DD | 2E | 4B |
| Octal | 244 | 266 | 335 | 32 | 22 | 0 | 15 | 335 | 56 | 113 |
| Binary | 10100100 | 10110110 | 11011101 | 11010 | 10010 | 0 | 1101 | 11011101 | 101110 | 1001011 |
Color Harmonies of #A4B6DD
Complementary color
Monochromatic Colors of #A4B6DD
Black with #A4B6DD
Text Example
Text Example
White with #A4B6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B6DD; }
p { color: rgb(164,182,221); }
H1.HeaderClassName
{
color: #A4B6DD;
}
.AnyTagClassName
{
color: #A4B6DD;
}
</style>
background-color css
<style>
a { background-color: #A4B6DD; }
a { background-color: rgb(164,182,221); }
div.DivClassName
{
background-color: #A4B6DD;
}
.BgClassName
{
background-color: #A4B6DD;
}
</style>
border-color css
<style>
span { border-color: #A4B6DD; }
span { border-color: rgb(164,182,221); }
td.TdClassName
{
border-color: #A4B6DD;
}
.TagClassName
{
border-color: #A4B6DD;
}
</style>