#ACB4DD

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

Shades of Perano #ACB4DD

Tints of Perano #ACB4DD

Color information

#ACB4DD (or 0xACB4DD) is unknown color: approx Perano. HEX triplet: AC, B4 and DD. RGB value is (172,180,221). Sum of RGB (Red+Green+Blue) = 172+180+221=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4DD is #534B22. Grayscale: #B6B6B6. Windows color (decimal): -5458723 or 14529708. OLE color: 14529708.

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

Color convert

RGB172180221-
CMYK0.220.1900.13
HSL230.2º41.88%77.06%-
HSV(B)230.2º22.17%86.67%-
XYZ46.3946.6374.96-
YUV182.28149.85120.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=30.02%
G=31.41%
B=38.57%

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
Decimal1721802210.220.1900.13230.241.8877.06
HexACB4DD16130De62a4d
Octal254264335262301534652115
Binary101011001011010011011101101101001101101111001101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4DD; }

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

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

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

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

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

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

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

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