Shades of Perano #ACB2FD
Tints of Perano #ACB2FD
RGB
CMYK
RGB Variations
Color information
#ACB2FD (or 0xACB2FD) is known color: Perano. HEX triplet: AC, B2 and FD. RGB value is (172,178,253). Sum of RGB (Red+Green+Blue) = 172+178+253=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACB2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2FD is #534D02. Grayscale: #B8B8B8. Windows color (decimal): -5459203 or 16626348. OLE color: 16626348.
HSL color Cylindrical-coordinate representation of color #ACB2FD: hue angle of 235.56º 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 #ACB2FD is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 178 | 253 | - |
CMYK | 0.32 | 0.30 | 0 | 0.01 |
HSL | 235.56º | 0.95% | 0.83% | - |
HSV(B) | 235.56º | 0.32% | 0.99% | - |
XYZ | 50.66 | 47.7 | 99.47 | - |
YUV | 184.76 | 166.51 | 118.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 178 | 253 | 0.32 | 0.30 | 0 | 0.01 | 235.56 | 0.95 | 0.83 |
Hex | AC | B2 | FD | 20 | 1E | 0 | 1 | EC | 5F | 53 |
Octal | 254 | 262 | 375 | 40 | 36 | 0 | 1 | 354 | 137 | 123 |
Binary | 10101100 | 10110010 | 11111101 | 100000 | 11110 | 0 | 1 | 11101100 | 1011111 | 1010011 |
Color Harmonies of #ACB2FD
Complementary color
Monochromatic Colors of #ACB2FD
Black with #ACB2FD
Text Example
Text Example
White with #ACB2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2FD; }
p { color: rgb(172,178,253); }
H1.HeaderClassName
{
color: #ACB2FD;
}
.AnyTagClassName
{
color: #ACB2FD;
}
</style>
background-color css
<style>
a { background-color: #ACB2FD; }
a { background-color: rgb(172,178,253); }
div.DivClassName
{
background-color: #ACB2FD;
}
.BgClassName
{
background-color: #ACB2FD;
}
</style>
border-color css
<style>
span { border-color: #ACB2FD; }
span { border-color: rgb(172,178,253); }
td.TdClassName
{
border-color: #ACB2FD;
}
.TagClassName
{
border-color: #ACB2FD;
}
</style>