#ACB3DD

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

Shades of Perano #ACB3DD

Tints of Perano #ACB3DD

Color information

#ACB3DD (or 0xACB3DD) is unknown color: approx Perano. HEX triplet: AC, B3 and DD. RGB value is (172,179,221). Sum of RGB (Red+Green+Blue) = 172+179+221=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3DD is #534C22. Grayscale: #B5B5B5. Windows color (decimal): -5458979 or 14529452. OLE color: 14529452.

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

Color convert

RGB172179221-
CMYK0.220.1900.13
HSL231.43º41.88%77.06%-
HSV(B)231.43º22.17%86.67%-
XYZ46.1846.2374.9-
YUV181.7150.18121.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=30.07%
G=31.29%
B=38.64%

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
Decimal1721792210.220.1900.13231.4341.8877.06
HexACB3DD16130De72a4d
Octal254263335262301534752115
Binary101011001011001111011101101101001101101111001111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3DD; }

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

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

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

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

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

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

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

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