Shades of Perano #ACBDFD
Tints of Perano #ACBDFD
RGB
CMYK
RGB Variations
Color information
#ACBDFD (or 0xACBDFD) is known color: Perano. HEX triplet: AC, BD and FD. RGB value is (172,189,253). Sum of RGB (Red+Green+Blue) = 172+189+253=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACBDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDFD is #534202. Grayscale: #BEBEBE. Windows color (decimal): -5456387 or 16629164. OLE color: 16629164.
HSL color Cylindrical-coordinate representation of color #ACBDFD: hue angle of 227.41º 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 #ACBDFD is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 189 | 253 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.01 |
| HSL | 227.41º | 0.95% | 0.83% | - |
| HSV(B) | 227.41º | 0.32% | 0.99% | - |
| XYZ | 52.94 | 52.26 | 100.23 | - |
| YUV | 191.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 189 | 253 | 0.32 | 0.25 | 0 | 0.01 | 227.41 | 0.95 | 0.83 |
| Hex | AC | BD | FD | 20 | 19 | 0 | 1 | E3 | 5F | 53 |
| Octal | 254 | 275 | 375 | 40 | 31 | 0 | 1 | 343 | 137 | 123 |
| Binary | 10101100 | 10111101 | 11111101 | 100000 | 11001 | 0 | 1 | 11100011 | 1011111 | 1010011 |
Color Harmonies of #ACBDFD
Complementary color
Monochromatic Colors of #ACBDFD
Black with #ACBDFD
Text Example
Text Example
White with #ACBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDFD; }
p { color: rgb(172,189,253); }
H1.HeaderClassName
{
color: #ACBDFD;
}
.AnyTagClassName
{
color: #ACBDFD;
}
</style>
background-color css
<style>
a { background-color: #ACBDFD; }
a { background-color: rgb(172,189,253); }
div.DivClassName
{
background-color: #ACBDFD;
}
.BgClassName
{
background-color: #ACBDFD;
}
</style>
border-color css
<style>
span { border-color: #ACBDFD; }
span { border-color: rgb(172,189,253); }
td.TdClassName
{
border-color: #ACBDFD;
}
.TagClassName
{
border-color: #ACBDFD;
}
</style>