Shades of Perano #ACADF0
Tints of Perano #ACADF0
RGB
CMYK
RGB Variations
Color information
#ACADF0 (or 0xACADF0) is known color: Perano. HEX triplet: AC, AD and F0. RGB value is (172,173,240). Sum of RGB (Red+Green+Blue) = 172+173+240=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADF0 is #53520F. Grayscale: #B4B4B4. Windows color (decimal): -5460496 or 15773100. OLE color: 15773100.
HSL color Cylindrical-coordinate representation of color #ACADF0: hue angle of 239.12º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACADF0 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 172 | 173 | 240 | - |
CMYK | 0.28 | 0.28 | 0 | 0.06 |
HSL | 239.12º | 0.69% | 0.81% | - |
HSV(B) | 239.12º | 0.28% | 0.94% | - |
XYZ | 47.69 | 44.95 | 88.6 | - |
YUV | 180.34 | 161.67 | 122.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 240 | 0.28 | 0.28 | 0 | 0.06 | 239.12 | 0.69 | 0.81 |
Hex | AC | AD | F0 | 1C | 1C | 0 | 6 | EF | 45 | 51 |
Octal | 254 | 255 | 360 | 34 | 34 | 0 | 6 | 357 | 105 | 121 |
Binary | 10101100 | 10101101 | 11110000 | 11100 | 11100 | 0 | 110 | 11101111 | 1000101 | 1010001 |
Color Harmonies of #ACADF0
Complementary color
Monochromatic Colors of #ACADF0
Black with #ACADF0
Text Example
Text Example
White with #ACADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADF0; }
p { color: rgb(172,173,240); }
H1.HeaderClassName
{
color: #ACADF0;
}
.AnyTagClassName
{
color: #ACADF0;
}
</style>
background-color css
<style>
a { background-color: #ACADF0; }
a { background-color: rgb(172,173,240); }
div.DivClassName
{
background-color: #ACADF0;
}
.BgClassName
{
background-color: #ACADF0;
}
</style>
border-color css
<style>
span { border-color: #ACADF0; }
span { border-color: rgb(172,173,240); }
td.TdClassName
{
border-color: #ACADF0;
}
.TagClassName
{
border-color: #ACADF0;
}
</style>