Shades of Perano #ACADF2
Tints of Perano #ACADF2
RGB
CMYK
RGB Variations
Color information
#ACADF2 (or 0xACADF2) is known color: Perano. HEX triplet: AC, AD and F2. RGB value is (172,173,242). Sum of RGB (Red+Green+Blue) = 172+173+242=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADF2 is #53520D. Grayscale: #B4B4B4. Windows color (decimal): -5460494 or 15904172. OLE color: 15904172.
HSL color Cylindrical-coordinate representation of color #ACADF2: hue angle of 239.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACADF2 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 173 | 242 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.05 |
| HSL | 239.14º | 0.73% | 0.81% | - |
| HSV(B) | 239.14º | 0.29% | 0.95% | - |
| XYZ | 47.98 | 45.07 | 90.17 | - |
| YUV | 180.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 242 | 0.29 | 0.29 | 0 | 0.05 | 239.14 | 0.73 | 0.81 |
| Hex | AC | AD | F2 | 1D | 1D | 0 | 5 | EF | 49 | 51 |
| Octal | 254 | 255 | 362 | 35 | 35 | 0 | 5 | 357 | 111 | 121 |
| Binary | 10101100 | 10101101 | 11110010 | 11101 | 11101 | 0 | 101 | 11101111 | 1001001 | 1010001 |
Color Harmonies of #ACADF2
Complementary color
Monochromatic Colors of #ACADF2
Black with #ACADF2
Text Example
Text Example
White with #ACADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADF2; }
p { color: rgb(172,173,242); }
H1.HeaderClassName
{
color: #ACADF2;
}
.AnyTagClassName
{
color: #ACADF2;
}
</style>
background-color css
<style>
a { background-color: #ACADF2; }
a { background-color: rgb(172,173,242); }
div.DivClassName
{
background-color: #ACADF2;
}
.BgClassName
{
background-color: #ACADF2;
}
</style>
border-color css
<style>
span { border-color: #ACADF2; }
span { border-color: rgb(172,173,242); }
td.TdClassName
{
border-color: #ACADF2;
}
.TagClassName
{
border-color: #ACADF2;
}
</style>