#ACADF8

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

Shades of Perano #ACADF8

Tints of Perano #ACADF8

Color information

#ACADF8 (or 0xACADF8) is unknown color: approx Perano. HEX triplet: AC, AD and F8. RGB value is (172,173,248). Sum of RGB (Red+Green+Blue) = 172+173+248=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACADF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADF8 is #535207. Grayscale: #B4B4B4. Windows color (decimal): -5460488 or 16297388. OLE color: 16297388.

HSL color Cylindrical-coordinate representation of color #ACADF8: hue angle of 239.21º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACADF8 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172173248-
CMYK0.310.3000.03
HSL239.21º84.44%82.35%-
HSV(B)239.21º30.65%97.25%-
XYZ48.945.4495-
YUV181.25165.67121.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 248 (97.27% from 255) = 41.82%
R=29.01%
G=29.17%
B=41.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721732480.310.3000.03239.2184.4482.35
HexACADF81F1E03ef5452
Octal254255370373603357124122
Binary10101100101011011111100011111111100111110111110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADF8; }

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

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

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

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

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

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

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

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