#ACB9BA

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

Shades of Casper #ACB9BA

Tints of Casper #ACB9BA

Color information

#ACB9BA (or 0xACB9BA) is unknown color: approx Casper. HEX triplet: AC, B9 and BA. RGB value is (172,185,186). Sum of RGB (Red+Green+Blue) = 172+185+186=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9BA is #534645. Grayscale: #B5B5B5. Windows color (decimal): -5457478 or 12237228. OLE color: 12237228.

HSL color Cylindrical-coordinate representation of color #ACB9BA: hue angle of 184.29º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB9BA is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172185186-
CMYK0.080.0100.27
HSL184.29º9.21%70.2%-
HSV(B)184.29º7.53%72.94%-
XYZ43.2347.0153.25-
YUV181.23130.69121.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 185 (72.66% from 255) = 34.07%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=31.68%
G=34.07%
B=34.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851860.080.0100.27184.299.2170.2
HexACB9BA8101Bb8946
Octal25427127210103327011106
Binary101011001011100110111010100010110111011100010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9BA; }

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

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

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

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

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

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

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

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