#ACC2FE

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

Shades of Perano #ACC2FE

Tints of Perano #ACC2FE

Color information

#ACC2FE (or 0xACC2FE) is unknown color: approx Perano. HEX triplet: AC, C2 and FE. RGB value is (172,194,254). Sum of RGB (Red+Green+Blue) = 172+194+254=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACC2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2FE is #533D01. Grayscale: #C2C2C2. Windows color (decimal): -5455106 or 16695980. OLE color: 16695980.

HSL color Cylindrical-coordinate representation of color #ACC2FE: hue angle of 223.9º 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 #ACC2FE is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172194254-
CMYK0.320.2400.00
HSL223.9º97.62%83.53%-
HSV(B)223.9º32.28%99.61%-
XYZ54.1954.51101.43-
YUV194.26161.71112.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.74%
GREEN value IS 194 (76.17% from 255) = 31.29%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=27.74%
G=31.29%
B=40.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1721942540.320.2400.00223.997.6283.53
HexACC2FE201800e06254
Octal254302376403000340142124
Binary10101100110000101111111010000011000001110000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2FE; }

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

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

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

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

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

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

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

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