#ACADE3

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

Shades of Perano #ACADE3

Tints of Perano #ACADE3

Color information

#ACADE3 (or 0xACADE3) is unknown color: approx Perano. HEX triplet: AC, AD and E3. RGB value is (172,173,227). Sum of RGB (Red+Green+Blue) = 172+173+227=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACADE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADE3 is #53521C. Grayscale: #B2B2B2. Windows color (decimal): -5460509 or 14921132. OLE color: 14921132.

HSL color Cylindrical-coordinate representation of color #ACADE3: hue angle of 238.91º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACADE3 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172173227-
CMYK0.240.2400.11
HSL238.91º49.55%78.24%-
HSV(B)238.91º24.23%89.02%-
XYZ45.8244.278.79-
YUV178.86155.17123.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 227 (89.06% from 255) = 39.69%
R=30.07%
G=30.24%
B=39.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721732270.240.2400.11238.9149.5578.24
HexACADE318180Bef324e
Octal254255343303001335762116
Binary101011001010110111100011110001100001011111011111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADE3; }

 p { color: rgb(172,173,227); }

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

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

 a { background-color: rgb(172,173,227); }

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

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

 span { border-color: rgb(172,173,227); }

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