#ACB4DE

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

Shades of Perano #ACB4DE

Tints of Perano #ACB4DE

Color information

#ACB4DE (or 0xACB4DE) is unknown color: approx Perano. HEX triplet: AC, B4 and DE. RGB value is (172,180,222). Sum of RGB (Red+Green+Blue) = 172+180+222=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACB4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4DE is #534B21. Grayscale: #B6B6B6. Windows color (decimal): -5458722 or 14595244. OLE color: 14595244.

HSL color Cylindrical-coordinate representation of color #ACB4DE: hue angle of 230.4º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB4DE is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172180222-
CMYK0.230.1900.13
HSL230.4º43.1%77.25%-
HSV(B)230.4º22.52%87.06%-
XYZ46.5246.6975.67-
YUV182.4150.35120.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 180 (70.70% from 255) = 31.36%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=29.97%
G=31.36%
B=38.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721802220.230.1900.13230.443.177.25
HexACB4DE17130De62b4d
Octal254264336272301534653115
Binary101011001011010011011110101111001101101111001101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4DE; }

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

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

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

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

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

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

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

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