Shades of Perano #ACADEF
Tints of Perano #ACADEF
RGB
CMYK
RGB Variations
Color information
#ACADEF (or 0xACADEF) is known color: Perano. HEX triplet: AC, AD and EF. RGB value is (172,173,239). Sum of RGB (Red+Green+Blue) = 172+173+239=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADEF is #535210. Grayscale: #B3B3B3. Windows color (decimal): -5460497 or 15707564. OLE color: 15707564.
HSL color Cylindrical-coordinate representation of color #ACADEF: hue angle of 239.1º degrees, saturation: 0.68, 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 #ACADEF is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 173 | 239 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.06 |
| HSL | 239.1º | 0.68% | 0.81% | - |
| HSV(B) | 239.1º | 0.28% | 0.94% | - |
| XYZ | 47.54 | 44.89 | 87.82 | - |
| YUV | 180.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 239 | 0.28 | 0.28 | 0 | 0.06 | 239.1 | 0.68 | 0.81 |
| Hex | AC | AD | EF | 1C | 1C | 0 | 6 | EF | 44 | 51 |
| Octal | 254 | 255 | 357 | 34 | 34 | 0 | 6 | 357 | 104 | 121 |
| Binary | 10101100 | 10101101 | 11101111 | 11100 | 11100 | 0 | 110 | 11101111 | 1000100 | 1010001 |
Color Harmonies of #ACADEF
Complementary color
Monochromatic Colors of #ACADEF
Black with #ACADEF
Text Example
Text Example
White with #ACADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADEF; }
p { color: rgb(172,173,239); }
H1.HeaderClassName
{
color: #ACADEF;
}
.AnyTagClassName
{
color: #ACADEF;
}
</style>
background-color css
<style>
a { background-color: #ACADEF; }
a { background-color: rgb(172,173,239); }
div.DivClassName
{
background-color: #ACADEF;
}
.BgClassName
{
background-color: #ACADEF;
}
</style>
border-color css
<style>
span { border-color: #ACADEF; }
span { border-color: rgb(172,173,239); }
td.TdClassName
{
border-color: #ACADEF;
}
.TagClassName
{
border-color: #ACADEF;
}
</style>