#ACBDC0

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

Shades of Casper #ACBDC0

Tints of Casper #ACBDC0

Color information

#ACBDC0 (or 0xACBDC0) is unknown color: approx Casper. HEX triplet: AC, BD and C0. RGB value is (172,189,192). Sum of RGB (Red+Green+Blue) = 172+189+192=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDC0 is #53423F. Grayscale: #B8B8B8. Windows color (decimal): -5456448 or 12631468. OLE color: 12631468.

HSL color Cylindrical-coordinate representation of color #ACBDC0: hue angle of 189º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBDC0 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172189192-
CMYK0.100.0200.25
HSL189º13.7%71.37%-
HSV(B)189º10.42%75.29%-
XYZ44.7348.9756.96-
YUV184.26132.37119.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=31.10%
G=34.18%
B=34.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721891920.100.0200.2518913.771.37
HexACBDC0A2019bde47
Octal25427530012203127516107
Binary1010110010111101110000001010100110011011110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDC0; }

 p { color: rgb(172,189,192); }

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

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

 a { background-color: rgb(172,189,192); }

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

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

 span { border-color: rgb(172,189,192); }

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