Shades of Perano #ACC2FF
Tints of Perano #ACC2FF
RGB
CMYK
RGB Variations
Color information
#ACC2FF (or 0xACC2FF) is known color: Perano. HEX triplet: AC, C2 and FF. RGB value is (172,194,255). Sum of RGB (Red+Green+Blue) = 172+194+255=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2FF is #533D00. Grayscale: #C2C2C2. Windows color (decimal): -5455105 or 16761516. OLE color: 16761516.
HSL color Cylindrical-coordinate representation of color #ACC2FF: hue angle of 224.1º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACC2FF is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 194 | 255 | - |
CMYK | 0.33 | 0.24 | 0 | 0 |
HSL | 224.1º | 1% | 0.84% | - |
HSV(B) | 224.1º | 0.33% | 1% | - |
XYZ | 54.36 | 54.57 | 102.28 | - |
YUV | 194.38 | 162.21 | 112.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 194 | 255 | 0.33 | 0.24 | 0 | 0 | 224.1 | 1 | 0.84 |
Hex | AC | C2 | FF | 21 | 18 | 0 | 0 | E0 | 64 | 54 |
Octal | 254 | 302 | 377 | 41 | 30 | 0 | 0 | 340 | 144 | 124 |
Binary | 10101100 | 11000010 | 11111111 | 100001 | 11000 | 0 | 0 | 11100000 | 1100100 | 1010100 |
Color Harmonies of #ACC2FF
Complementary color
Monochromatic Colors of #ACC2FF
Black with #ACC2FF
Text Example
Text Example
White with #ACC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2FF; }
p { color: rgb(172,194,255); }
H1.HeaderClassName
{
color: #ACC2FF;
}
.AnyTagClassName
{
color: #ACC2FF;
}
</style>
background-color css
<style>
a { background-color: #ACC2FF; }
a { background-color: rgb(172,194,255); }
div.DivClassName
{
background-color: #ACC2FF;
}
.BgClassName
{
background-color: #ACC2FF;
}
</style>
border-color css
<style>
span { border-color: #ACC2FF; }
span { border-color: rgb(172,194,255); }
td.TdClassName
{
border-color: #ACC2FF;
}
.TagClassName
{
border-color: #ACC2FF;
}
</style>