Shades of Perano #ACB6FD
Tints of Perano #ACB6FD
RGB
CMYK
RGB Variations
Color information
#ACB6FD (or 0xACB6FD) is known color: Perano. HEX triplet: AC, B6 and FD. RGB value is (172,182,253). Sum of RGB (Red+Green+Blue) = 172+182+253=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACB6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6FD is #534902. Grayscale: #BABABA. Windows color (decimal): -5458179 or 16627372. OLE color: 16627372.
HSL color Cylindrical-coordinate representation of color #ACB6FD: hue angle of 232.59º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB6FD is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 182 | 253 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.01 |
| HSL | 232.59º | 0.95% | 0.83% | - |
| HSV(B) | 232.59º | 0.32% | 0.99% | - |
| XYZ | 51.47 | 49.32 | 99.74 | - |
| YUV | 187.1 | 165.19 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 253 | 0.32 | 0.28 | 0 | 0.01 | 232.59 | 0.95 | 0.83 |
| Hex | AC | B6 | FD | 20 | 1C | 0 | 1 | E9 | 5F | 53 |
| Octal | 254 | 266 | 375 | 40 | 34 | 0 | 1 | 351 | 137 | 123 |
| Binary | 10101100 | 10110110 | 11111101 | 100000 | 11100 | 0 | 1 | 11101001 | 1011111 | 1010011 |
Color Harmonies of #ACB6FD
Complementary color
Monochromatic Colors of #ACB6FD
Black with #ACB6FD
Text Example
Text Example
White with #ACB6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6FD; }
p { color: rgb(172,182,253); }
H1.HeaderClassName
{
color: #ACB6FD;
}
.AnyTagClassName
{
color: #ACB6FD;
}
</style>
background-color css
<style>
a { background-color: #ACB6FD; }
a { background-color: rgb(172,182,253); }
div.DivClassName
{
background-color: #ACB6FD;
}
.BgClassName
{
background-color: #ACB6FD;
}
</style>
border-color css
<style>
span { border-color: #ACB6FD; }
span { border-color: rgb(172,182,253); }
td.TdClassName
{
border-color: #ACB6FD;
}
.TagClassName
{
border-color: #ACB6FD;
}
</style>