#ACB2DD

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

Shades of Perano #ACB2DD

Tints of Perano #ACB2DD

Color information

#ACB2DD (or 0xACB2DD) is unknown color: approx Perano. HEX triplet: AC, B2 and DD. RGB value is (172,178,221). Sum of RGB (Red+Green+Blue) = 172+178+221=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2DD is #534D22. Grayscale: #B4B4B4. Windows color (decimal): -5459235 or 14529196. OLE color: 14529196.

HSL color Cylindrical-coordinate representation of color #ACB2DD: hue angle of 232.65º 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 #ACB2DD is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172178221-
CMYK0.220.1900.13
HSL232.65º41.88%77.06%-
HSV(B)232.65º22.17%86.67%-
XYZ45.9845.8374.83-
YUV181.11150.51121.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=30.12%
G=31.17%
B=38.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721782210.220.1900.13232.6541.8877.06
HexACB2DD16130De92a4d
Octal254262335262301535152115
Binary101011001011001011011101101101001101101111010011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2DD; }

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

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

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

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

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

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

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

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