#ACB9BD

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

Shades of Casper #ACB9BD

Tints of Casper #ACB9BD

Color information

#ACB9BD (or 0xACB9BD) is unknown color: approx Casper. HEX triplet: AC, B9 and BD. RGB value is (172,185,189). Sum of RGB (Red+Green+Blue) = 172+185+189=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACB9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9BD is #534642. Grayscale: #B5B5B5. Windows color (decimal): -5457475 or 12433836. OLE color: 12433836.

HSL color Cylindrical-coordinate representation of color #ACB9BD: hue angle of 194.12º 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 #ACB9BD is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172185189-
CMYK0.090.0200.26
HSL194.12º11.41%70.78%-
HSV(B)194.12º8.99%74.12%-
XYZ43.5547.1454.95-
YUV181.57132.19121.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 185 (72.66% from 255) = 33.88%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=31.50%
G=33.88%
B=34.62%

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
Decimal1721851890.090.0200.26194.1211.4170.78
HexACB9BD9201Ac2b47
Octal25427127511203230213107
Binary1010110010111001101111011001100110101100001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9BD; }

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

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

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

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

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

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

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

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