#ACC2F6

Color #ACC2F6 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ACC2F6

Tints of Perano #ACC2F6

Color information

#ACC2F6 (or 0xACC2F6) is unknown color: approx Perano. HEX triplet: AC, C2 and F6. RGB value is (172,194,246). Sum of RGB (Red+Green+Blue) = 172+194+246=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACC2F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2F6 is #533D09. Grayscale: #C1C1C1. Windows color (decimal): -5455114 or 16171692. OLE color: 16171692.

HSL color Cylindrical-coordinate representation of color #ACC2F6: hue angle of 222.16º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC2F6 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172194246-
CMYK0.300.2100.04
HSL222.16º80.43%81.96%-
HSV(B)222.16º30.08%96.47%-
XYZ52.9454.0194.82-
YUV193.35157.71112.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 194 (76.17% from 255) = 31.70%
BLUE value IS 246 (96.48% from 255) = 40.20%
R=28.10%
G=31.70%
B=40.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721942460.300.2100.04222.1680.4381.96
HexACC2F61E1504de5052
Octal254302366362504336120122
Binary101011001100001011110110111101010101001101111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2F6; }

 p { color: rgb(172,194,246); }

 H1.HeaderClassName
 {
   color: #ACC2F6;
 }
 .AnyTagClassName
 {
   color: #ACC2F6;
 }
</style>
background-color css

<style>
 a { background-color: #ACC2F6; }

 a { background-color: rgb(172,194,246); }

 div.DivClassName
 {
   background-color: #ACC2F6;
 }
 .BgClassName
 {
   background-color: #ACC2F6;
 }
</style>
border-color css

<style>
 span { border-color: #ACC2F6; }

 span { border-color: rgb(172,194,246); }

 td.TdClassName
 {
   border-color: #ACC2F6;
 }
 .TagClassName
 {
   border-color: #ACC2F6;
 }
</style>