#ACC2FF

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

Shades of Perano #ACC2FF

Tints of Perano #ACC2FF

Color information

#ACC2FF (or 0xACC2FF) is unknown color: approx 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

RGB172194255-
CMYK0.330.2400
HSL224.1º100%83.73%-
HSV(B)224.1º32.55%100%-
XYZ54.3654.57102.28-
YUV194.38162.21112.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 194 (76.17% from 255) = 31.24%
BLUE value IS 255 (100% from 255) = 41.06%
R=27.70%
G=31.24%
B=41.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721942550.330.2400224.110083.73
HexACC2FF211800e06454
Octal254302377413000340144124
Binary10101100110000101111111110000111000001110000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>