#ACB6DD

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

Shades of Perano #ACB6DD

Tints of Perano #ACB6DD

Color information

#ACB6DD (or 0xACB6DD) is unknown color: approx Perano. HEX triplet: AC, B6 and DD. RGB value is (172,182,221). Sum of RGB (Red+Green+Blue) = 172+182+221=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6DD is #534922. Grayscale: #B7B7B7. Windows color (decimal): -5458211 or 14530220. OLE color: 14530220.

HSL color Cylindrical-coordinate representation of color #ACB6DD: hue angle of 227.76º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB6DD is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172182221-
CMYK0.220.1800.13
HSL227.76º41.88%77.06%-
HSV(B)227.76º22.17%86.67%-
XYZ46.7947.4575.1-
YUV183.46149.19119.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 182 (71.48% from 255) = 31.65%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=29.91%
G=31.65%
B=38.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721822210.220.1800.13227.7641.8877.06
HexACB6DD16120De42a4d
Octal254266335262201534452115
Binary101011001011011011011101101101001001101111001001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB6DD; }

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

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

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

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

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

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

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

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