Shades of Perano #ACBDFE
Tints of Perano #ACBDFE
RGB
CMYK
RGB Variations
Color information
#ACBDFE (or 0xACBDFE) is known color: Perano. HEX triplet: AC, BD and FE. RGB value is (172,189,254). Sum of RGB (Red+Green+Blue) = 172+189+254=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACBDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDFE is #534201. Grayscale: #BFBFBF. Windows color (decimal): -5456386 or 16694700. OLE color: 16694700.
HSL color Cylindrical-coordinate representation of color #ACBDFE: hue angle of 227.56º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACBDFE is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 189 | 254 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.00 |
| HSL | 227.56º | 0.98% | 0.84% | - |
| HSV(B) | 227.56º | 0.32% | 1% | - |
| XYZ | 53.1 | 52.32 | 101.07 | - |
| YUV | 191.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 189 | 254 | 0.32 | 0.26 | 0 | 0.00 | 227.56 | 0.98 | 0.84 |
| Hex | AC | BD | FE | 20 | 1A | 0 | 0 | E4 | 62 | 54 |
| Octal | 254 | 275 | 376 | 40 | 32 | 0 | 0 | 344 | 142 | 124 |
| Binary | 10101100 | 10111101 | 11111110 | 100000 | 11010 | 0 | 0 | 11100100 | 1100010 | 1010100 |
Color Harmonies of #ACBDFE
Complementary color
Monochromatic Colors of #ACBDFE
Black with #ACBDFE
Text Example
Text Example
White with #ACBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDFE; }
p { color: rgb(172,189,254); }
H1.HeaderClassName
{
color: #ACBDFE;
}
.AnyTagClassName
{
color: #ACBDFE;
}
</style>
background-color css
<style>
a { background-color: #ACBDFE; }
a { background-color: rgb(172,189,254); }
div.DivClassName
{
background-color: #ACBDFE;
}
.BgClassName
{
background-color: #ACBDFE;
}
</style>
border-color css
<style>
span { border-color: #ACBDFE; }
span { border-color: rgb(172,189,254); }
td.TdClassName
{
border-color: #ACBDFE;
}
.TagClassName
{
border-color: #ACBDFE;
}
</style>