Shades of Perano #ACB5DD
Tints of Perano #ACB5DD
RGB
CMYK
RGB Variations
Color information
#ACB5DD (or 0xACB5DD) is known color: Perano. HEX triplet: AC, B5 and DD. RGB value is (172,181,221). Sum of RGB (Red+Green+Blue) = 172+181+221=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5DD is #534A22. Grayscale: #B6B6B6. Windows color (decimal): -5458467 or 14529964. OLE color: 14529964.
HSL color Cylindrical-coordinate representation of color #ACB5DD: hue angle of 228.98º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB5DD is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 181 | 221 | - |
CMYK | 0.22 | 0.18 | 0 | 0.13 |
HSL | 228.98º | 0.42% | 0.77% | - |
HSV(B) | 228.98º | 0.22% | 0.87% | - |
XYZ | 46.59 | 47.04 | 75.03 | - |
YUV | 182.87 | 149.52 | 120.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 181 | 221 | 0.22 | 0.18 | 0 | 0.13 | 228.98 | 0.42 | 0.77 |
Hex | AC | B5 | DD | 16 | 12 | 0 | D | E5 | 2A | 4D |
Octal | 254 | 265 | 335 | 26 | 22 | 0 | 15 | 345 | 52 | 115 |
Binary | 10101100 | 10110101 | 11011101 | 10110 | 10010 | 0 | 1101 | 11100101 | 101010 | 1001101 |
Color Harmonies of #ACB5DD
Complementary color
Monochromatic Colors of #ACB5DD
Black with #ACB5DD
Text Example
Text Example
White with #ACB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5DD; }
p { color: rgb(172,181,221); }
H1.HeaderClassName
{
color: #ACB5DD;
}
.AnyTagClassName
{
color: #ACB5DD;
}
</style>
background-color css
<style>
a { background-color: #ACB5DD; }
a { background-color: rgb(172,181,221); }
div.DivClassName
{
background-color: #ACB5DD;
}
.BgClassName
{
background-color: #ACB5DD;
}
</style>
border-color css
<style>
span { border-color: #ACB5DD; }
span { border-color: rgb(172,181,221); }
td.TdClassName
{
border-color: #ACB5DD;
}
.TagClassName
{
border-color: #ACB5DD;
}
</style>