Shades of Perano #ACB9FD
Tints of Perano #ACB9FD
RGB
CMYK
RGB Variations
Color information
#ACB9FD (or 0xACB9FD) is known color: Perano. HEX triplet: AC, B9 and FD. RGB value is (172,185,253). Sum of RGB (Red+Green+Blue) = 172+185+253=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACB9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9FD is #534602. Grayscale: #BCBCBC. Windows color (decimal): -5457411 or 16628140. OLE color: 16628140.
HSL color Cylindrical-coordinate representation of color #ACB9FD: hue angle of 230.37º 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 #ACB9FD is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 185 | 253 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.01 |
| HSL | 230.37º | 0.95% | 0.83% | - |
| HSV(B) | 230.37º | 0.32% | 0.99% | - |
| XYZ | 52.09 | 50.56 | 99.94 | - |
| YUV | 188.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 253 | 0.32 | 0.27 | 0 | 0.01 | 230.37 | 0.95 | 0.83 |
| Hex | AC | B9 | FD | 20 | 1B | 0 | 1 | E6 | 5F | 53 |
| Octal | 254 | 271 | 375 | 40 | 33 | 0 | 1 | 346 | 137 | 123 |
| Binary | 10101100 | 10111001 | 11111101 | 100000 | 11011 | 0 | 1 | 11100110 | 1011111 | 1010011 |
Color Harmonies of #ACB9FD
Complementary color
Monochromatic Colors of #ACB9FD
Black with #ACB9FD
Text Example
Text Example
White with #ACB9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9FD; }
p { color: rgb(172,185,253); }
H1.HeaderClassName
{
color: #ACB9FD;
}
.AnyTagClassName
{
color: #ACB9FD;
}
</style>
background-color css
<style>
a { background-color: #ACB9FD; }
a { background-color: rgb(172,185,253); }
div.DivClassName
{
background-color: #ACB9FD;
}
.BgClassName
{
background-color: #ACB9FD;
}
</style>
border-color css
<style>
span { border-color: #ACB9FD; }
span { border-color: rgb(172,185,253); }
td.TdClassName
{
border-color: #ACB9FD;
}
.TagClassName
{
border-color: #ACB9FD;
}
</style>