#ACBABD

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

Shades of Casper #ACBABD

Tints of Casper #ACBABD

Color information

#ACBABD (or 0xACBABD) is unknown color: approx Casper. HEX triplet: AC, BA and BD. RGB value is (172,186,189). Sum of RGB (Red+Green+Blue) = 172+186+189=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACBABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBABD is #534542. Grayscale: #B6B6B6. Windows color (decimal): -5457219 or 12434092. OLE color: 12434092.

HSL color Cylindrical-coordinate representation of color #ACBABD: hue angle of 190.59º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBABD is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172186189-
CMYK0.090.0200.26
HSL190.59º11.41%70.78%-
HSV(B)190.59º8.99%74.12%-
XYZ43.7647.5655.02-
YUV182.16131.86120.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=31.44%
G=34.00%
B=34.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721861890.090.0200.26190.5911.4170.78
HexACBABD9201Abfb47
Octal25427227511203227713107
Binary1010110010111010101111011001100110101011111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBABD; }

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

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

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

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

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

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

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

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