#ACB5DA

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

Shades of Perano #ACB5DA

Tints of Perano #ACB5DA

Color information

#ACB5DA (or 0xACB5DA) is unknown color: approx Perano. HEX triplet: AC, B5 and DA. RGB value is (172,181,218). Sum of RGB (Red+Green+Blue) = 172+181+218=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACB5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5DA is #534A25. Grayscale: #B6B6B6. Windows color (decimal): -5458470 or 14333356. OLE color: 14333356.

HSL color Cylindrical-coordinate representation of color #ACB5DA: hue angle of 228.26º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB5DA is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172181218-
CMYK0.210.1700.15
HSL228.26º38.33%76.47%-
HSV(B)228.26º21.1%85.49%-
XYZ46.1946.8872.94-
YUV182.53148.02120.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 181 (71.09% from 255) = 31.70%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=30.12%
G=31.70%
B=38.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721812180.210.1700.15228.2638.3376.47
HexACB5DA15110Fe4264c
Octal254265332252101734446114
Binary101011001011010111011010101011000101111111001001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5DA; }

 p { color: rgb(172,181,218); }

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

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

 a { background-color: rgb(172,181,218); }

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

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

 span { border-color: rgb(172,181,218); }

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