Shades of Perano #ACB2DB
Tints of Perano #ACB2DB
RGB
CMYK
RGB Variations
Color information
#ACB2DB (or 0xACB2DB) is known color: Perano. HEX triplet: AC, B2 and DB. RGB value is (172,178,219). Sum of RGB (Red+Green+Blue) = 172+178+219=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACB2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2DB is #534D24. Grayscale: #B4B4B4. Windows color (decimal): -5459237 or 14398124. OLE color: 14398124.
HSL color Cylindrical-coordinate representation of color #ACB2DB: hue angle of 232.34º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB2DB is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 178 | 219 | - |
CMYK | 0.21 | 0.19 | 0 | 0.14 |
HSL | 232.34º | 0.39% | 0.77% | - |
HSV(B) | 232.34º | 0.21% | 0.86% | - |
XYZ | 45.72 | 45.73 | 73.43 | - |
YUV | 180.88 | 149.51 | 121.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 178 | 219 | 0.21 | 0.19 | 0 | 0.14 | 232.34 | 0.39 | 0.77 |
Hex | AC | B2 | DB | 15 | 13 | 0 | E | E8 | 27 | 4D |
Octal | 254 | 262 | 333 | 25 | 23 | 0 | 16 | 350 | 47 | 115 |
Binary | 10101100 | 10110010 | 11011011 | 10101 | 10011 | 0 | 1110 | 11101000 | 100111 | 1001101 |
Color Harmonies of #ACB2DB
Complementary color
Monochromatic Colors of #ACB2DB
Black with #ACB2DB
Text Example
Text Example
White with #ACB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2DB; }
p { color: rgb(172,178,219); }
H1.HeaderClassName
{
color: #ACB2DB;
}
.AnyTagClassName
{
color: #ACB2DB;
}
</style>
background-color css
<style>
a { background-color: #ACB2DB; }
a { background-color: rgb(172,178,219); }
div.DivClassName
{
background-color: #ACB2DB;
}
.BgClassName
{
background-color: #ACB2DB;
}
</style>
border-color css
<style>
span { border-color: #ACB2DB; }
span { border-color: rgb(172,178,219); }
td.TdClassName
{
border-color: #ACB2DB;
}
.TagClassName
{
border-color: #ACB2DB;
}
</style>