Shades of Perano #ABB4DC
Tints of Perano #ABB4DC
RGB
CMYK
RGB Variations
Color information
#ABB4DC (or 0xABB4DC) is known color: Perano. HEX triplet: AB, B4 and DC. RGB value is (171,180,220). Sum of RGB (Red+Green+Blue) = 171+180+220=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABB4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4DC is #544B23. Grayscale: #B5B5B5. Windows color (decimal): -5524260 or 14464171. OLE color: 14464171.
HSL color Cylindrical-coordinate representation of color #ABB4DC: hue angle of 228.98º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABB4DC is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 180 | 220 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.14 |
| HSL | 228.98º | 0.41% | 0.77% | - |
| HSV(B) | 228.98º | 0.22% | 0.86% | - |
| XYZ | 46.03 | 46.47 | 74.25 | - |
| YUV | 181.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 220 | 0.22 | 0.18 | 0 | 0.14 | 228.98 | 0.41 | 0.77 |
| Hex | AB | B4 | DC | 16 | 12 | 0 | E | E5 | 29 | 4D |
| Octal | 253 | 264 | 334 | 26 | 22 | 0 | 16 | 345 | 51 | 115 |
| Binary | 10101011 | 10110100 | 11011100 | 10110 | 10010 | 0 | 1110 | 11100101 | 101001 | 1001101 |
Color Harmonies of #ABB4DC
Complementary color
Monochromatic Colors of #ABB4DC
Black with #ABB4DC
Text Example
Text Example
White with #ABB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB4DC; }
p { color: rgb(171,180,220); }
H1.HeaderClassName
{
color: #ABB4DC;
}
.AnyTagClassName
{
color: #ABB4DC;
}
</style>
background-color css
<style>
a { background-color: #ABB4DC; }
a { background-color: rgb(171,180,220); }
div.DivClassName
{
background-color: #ABB4DC;
}
.BgClassName
{
background-color: #ABB4DC;
}
</style>
border-color css
<style>
span { border-color: #ABB4DC; }
span { border-color: rgb(171,180,220); }
td.TdClassName
{
border-color: #ABB4DC;
}
.TagClassName
{
border-color: #ABB4DC;
}
</style>