Shades of Perano #ACADFB
Tints of Perano #ACADFB
RGB
CMYK
RGB Variations
Color information
#ACADFB (or 0xACADFB) is known color: Perano. HEX triplet: AC, AD and FB. RGB value is (172,173,251). Sum of RGB (Red+Green+Blue) = 172+173+251=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADFB is #535204. Grayscale: #B5B5B5. Windows color (decimal): -5460485 or 16493996. OLE color: 16493996.
HSL color Cylindrical-coordinate representation of color #ACADFB: hue angle of 239.24º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACADFB is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 173 | 251 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.02 |
| HSL | 239.24º | 0.91% | 0.83% | - |
| HSV(B) | 239.24º | 0.31% | 0.98% | - |
| XYZ | 49.37 | 45.62 | 97.47 | - |
| YUV | 181.59 | 167.17 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 251 | 0.31 | 0.31 | 0 | 0.02 | 239.24 | 0.91 | 0.83 |
| Hex | AC | AD | FB | 1F | 1F | 0 | 2 | EF | 5B | 53 |
| Octal | 254 | 255 | 373 | 37 | 37 | 0 | 2 | 357 | 133 | 123 |
| Binary | 10101100 | 10101101 | 11111011 | 11111 | 11111 | 0 | 10 | 11101111 | 1011011 | 1010011 |
Color Harmonies of #ACADFB
Complementary color
Monochromatic Colors of #ACADFB
Black with #ACADFB
Text Example
Text Example
White with #ACADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADFB; }
p { color: rgb(172,173,251); }
H1.HeaderClassName
{
color: #ACADFB;
}
.AnyTagClassName
{
color: #ACADFB;
}
</style>
background-color css
<style>
a { background-color: #ACADFB; }
a { background-color: rgb(172,173,251); }
div.DivClassName
{
background-color: #ACADFB;
}
.BgClassName
{
background-color: #ACADFB;
}
</style>
border-color css
<style>
span { border-color: #ACADFB; }
span { border-color: rgb(172,173,251); }
td.TdClassName
{
border-color: #ACADFB;
}
.TagClassName
{
border-color: #ACADFB;
}
</style>