#ACB1DF

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

Shades of Perano #ACB1DF

Tints of Perano #ACB1DF

Color information

#ACB1DF (or 0xACB1DF) is unknown color: approx Perano. HEX triplet: AC, B1 and DF. RGB value is (172,177,223). Sum of RGB (Red+Green+Blue) = 172+177+223=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACB1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1DF is #534E20. Grayscale: #B4B4B4. Windows color (decimal): -5459489 or 14660012. OLE color: 14660012.

HSL color Cylindrical-coordinate representation of color #ACB1DF: hue angle of 234.12º degrees, saturation: 0.44, 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 #ACB1DF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172177223-
CMYK0.230.2100.13
HSL234.12º44.35%77.45%-
HSV(B)234.12º22.87%87.45%-
XYZ46.0545.5476.18-
YUV180.75151.84121.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 177 (69.53% from 255) = 30.94%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=30.07%
G=30.94%
B=38.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721772230.230.2100.13234.1244.3577.45
HexACB1DF17150Dea2c4d
Octal254261337272501535254115
Binary101011001011000111011111101111010101101111010101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1DF; }

 p { color: rgb(172,177,223); }

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

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

 a { background-color: rgb(172,177,223); }

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

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

 span { border-color: rgb(172,177,223); }

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