#ACADF0

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

Shades of Perano #ACADF0

Tints of Perano #ACADF0

Color information

#ACADF0 (or 0xACADF0) is unknown color: approx Perano. HEX triplet: AC, AD and F0. RGB value is (172,173,240). Sum of RGB (Red+Green+Blue) = 172+173+240=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADF0 is #53520F. Grayscale: #B4B4B4. Windows color (decimal): -5460496 or 15773100. OLE color: 15773100.

HSL color Cylindrical-coordinate representation of color #ACADF0: hue angle of 239.12º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACADF0 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172173240-
CMYK0.280.2800.06
HSL239.12º69.39%80.78%-
HSV(B)239.12º28.33%94.12%-
XYZ47.6944.9588.6-
YUV180.34161.67122.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 240 (94.14% from 255) = 41.03%
R=29.40%
G=29.57%
B=41.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721732400.280.2800.06239.1269.3980.78
HexACADF01C1C06ef4551
Octal254255360343406357105121
Binary101011001010110111110000111001110001101110111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADF0; }

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

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

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

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

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

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

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

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