#ACB8BA

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

Shades of Casper #ACB8BA

Tints of Casper #ACB8BA

Color information

#ACB8BA (or 0xACB8BA) is unknown color: approx Casper. HEX triplet: AC, B8 and BA. RGB value is (172,184,186). Sum of RGB (Red+Green+Blue) = 172+184+186=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8BA is #534745. Grayscale: #B4B4B4. Windows color (decimal): -5457734 or 12236972. OLE color: 12236972.

HSL color Cylindrical-coordinate representation of color #ACB8BA: hue angle of 188.57º 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 #ACB8BA is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172184186-
CMYK0.080.0100.27
HSL188.57º9.21%70.2%-
HSV(B)188.57º7.53%72.94%-
XYZ43.0246.653.18-
YUV180.64131.02121.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=31.73%
G=33.95%
B=34.32%

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
Decimal1721841860.080.0100.27188.579.2170.2
HexACB8BA8101Bbd946
Octal25427027210103327511106
Binary101011001011100010111010100010110111011110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8BA; }

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

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

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

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

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

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

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

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