#ACB0DD

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

Shades of Perano #ACB0DD

Tints of Perano #ACB0DD

Color information

#ACB0DD (or 0xACB0DD) is unknown color: approx Perano. HEX triplet: AC, B0 and DD. RGB value is (172,176,221). Sum of RGB (Red+Green+Blue) = 172+176+221=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0DD is #534F22. Grayscale: #B3B3B3. Windows color (decimal): -5459747 or 14528684. OLE color: 14528684.

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

Color convert

RGB172176221-
CMYK0.220.2000.13
HSL235.1º41.88%77.06%-
HSV(B)235.1º22.17%86.67%-
XYZ45.5945.0474.7-
YUV179.93151.17122.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=30.23%
G=30.93%
B=38.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721762210.220.2000.13235.141.8877.06
HexACB0DD16140Deb2a4d
Octal254260335262401535352115
Binary101011001011000011011101101101010001101111010111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0DD; }

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

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

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

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

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

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

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

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