#ACB5DD

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

Shades of Perano #ACB5DD

Tints of Perano #ACB5DD

Color information

#ACB5DD (or 0xACB5DD) is unknown color: approx Perano. HEX triplet: AC, B5 and DD. RGB value is (172,181,221). Sum of RGB (Red+Green+Blue) = 172+181+221=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5DD is #534A22. Grayscale: #B6B6B6. Windows color (decimal): -5458467 or 14529964. OLE color: 14529964.

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

Color convert

RGB172181221-
CMYK0.220.1800.13
HSL228.98º41.88%77.06%-
HSV(B)228.98º22.17%86.67%-
XYZ46.5947.0475.03-
YUV182.87149.52120.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 181 (71.09% from 255) = 31.53%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=29.97%
G=31.53%
B=38.50%

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
Decimal1721812210.220.1800.13228.9841.8877.06
HexACB5DD16120De52a4d
Octal254265335262201534552115
Binary101011001011010111011101101101001001101111001011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5DD; }

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

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

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

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

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

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

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

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