#ACB6DA

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

Shades of Perano #ACB6DA

Tints of Perano #ACB6DA

Color information

#ACB6DA (or 0xACB6DA) is unknown color: approx Perano. HEX triplet: AC, B6 and DA. RGB value is (172,182,218). Sum of RGB (Red+Green+Blue) = 172+182+218=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACB6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6DA is #534925. Grayscale: #B6B6B6. Windows color (decimal): -5458214 or 14333612. OLE color: 14333612.

HSL color Cylindrical-coordinate representation of color #ACB6DA: hue angle of 226.96º 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 #ACB6DA is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172182218-
CMYK0.210.1700.15
HSL226.96º38.33%76.47%-
HSV(B)226.96º21.1%85.49%-
XYZ46.447.2973.01-
YUV183.11147.69120.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 182 (71.48% from 255) = 31.82%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=30.07%
G=31.82%
B=38.11%

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
Decimal1721822180.210.1700.15226.9638.3376.47
HexACB6DA15110Fe3264c
Octal254266332252101734346114
Binary101011001011011011011010101011000101111111000111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB6DA; }

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

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

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

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

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

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

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

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