Shades of Perano #ACBFFD
Tints of Perano #ACBFFD
RGB
CMYK
RGB Variations
Color information
#ACBFFD (or 0xACBFFD) is known color: Perano. HEX triplet: AC, BF and FD. RGB value is (172,191,253). Sum of RGB (Red+Green+Blue) = 172+191+253=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACBFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBFFD is #534002. Grayscale: #C0C0C0. Windows color (decimal): -5455875 or 16629676. OLE color: 16629676.
HSL color Cylindrical-coordinate representation of color #ACBFFD: hue angle of 225.93º 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 #ACBFFD is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 191 | 253 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.01 |
| HSL | 225.93º | 0.95% | 0.83% | - |
| HSV(B) | 225.93º | 0.32% | 0.99% | - |
| XYZ | 53.37 | 53.12 | 100.37 | - |
| YUV | 192.39 | 162.21 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 191 | 253 | 0.32 | 0.25 | 0 | 0.01 | 225.93 | 0.95 | 0.83 |
| Hex | AC | BF | FD | 20 | 19 | 0 | 1 | E2 | 5F | 53 |
| Octal | 254 | 277 | 375 | 40 | 31 | 0 | 1 | 342 | 137 | 123 |
| Binary | 10101100 | 10111111 | 11111101 | 100000 | 11001 | 0 | 1 | 11100010 | 1011111 | 1010011 |
Color Harmonies of #ACBFFD
Complementary color
Monochromatic Colors of #ACBFFD
Black with #ACBFFD
Text Example
Text Example
White with #ACBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBFFD; }
p { color: rgb(172,191,253); }
H1.HeaderClassName
{
color: #ACBFFD;
}
.AnyTagClassName
{
color: #ACBFFD;
}
</style>
background-color css
<style>
a { background-color: #ACBFFD; }
a { background-color: rgb(172,191,253); }
div.DivClassName
{
background-color: #ACBFFD;
}
.BgClassName
{
background-color: #ACBFFD;
}
</style>
border-color css
<style>
span { border-color: #ACBFFD; }
span { border-color: rgb(172,191,253); }
td.TdClassName
{
border-color: #ACBFFD;
}
.TagClassName
{
border-color: #ACBFFD;
}
</style>