Shades of Perano #ACBFEC
Tints of Perano #ACBFEC
RGB
CMYK
RGB Variations
Color information
#ACBFEC (or 0xACBFEC) is known color: Perano. HEX triplet: AC, BF and EC. RGB value is (172,191,236). Sum of RGB (Red+Green+Blue) = 172+191+236=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACBFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBFEC is #534013. Grayscale: #BEBEBE. Windows color (decimal): -5455892 or 15515564. OLE color: 15515564.
HSL color Cylindrical-coordinate representation of color #ACBFEC: hue angle of 222.19º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACBFEC is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 191 | 236 | - |
CMYK | 0.27 | 0.19 | 0 | 0.07 |
HSL | 222.19º | 0.63% | 0.8% | - |
HSV(B) | 222.19º | 0.27% | 0.93% | - |
XYZ | 50.78 | 52.09 | 86.73 | - |
YUV | 190.45 | 153.71 | 114.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 191 | 236 | 0.27 | 0.19 | 0 | 0.07 | 222.19 | 0.63 | 0.8 |
Hex | AC | BF | EC | 1B | 13 | 0 | 7 | DE | 3F | 50 |
Octal | 254 | 277 | 354 | 33 | 23 | 0 | 7 | 336 | 77 | 120 |
Binary | 10101100 | 10111111 | 11101100 | 11011 | 10011 | 0 | 111 | 11011110 | 111111 | 1010000 |
Color Harmonies of #ACBFEC
Complementary color
Monochromatic Colors of #ACBFEC
Black with #ACBFEC
Text Example
Text Example
White with #ACBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBFEC; }
p { color: rgb(172,191,236); }
H1.HeaderClassName
{
color: #ACBFEC;
}
.AnyTagClassName
{
color: #ACBFEC;
}
</style>
background-color css
<style>
a { background-color: #ACBFEC; }
a { background-color: rgb(172,191,236); }
div.DivClassName
{
background-color: #ACBFEC;
}
.BgClassName
{
background-color: #ACBFEC;
}
</style>
border-color css
<style>
span { border-color: #ACBFEC; }
span { border-color: rgb(172,191,236); }
td.TdClassName
{
border-color: #ACBFEC;
}
.TagClassName
{
border-color: #ACBFEC;
}
</style>