#ADB2B4

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

Shades of Casper #ADB2B4

Tints of Casper #ADB2B4

Color information

#ADB2B4 (or 0xADB2B4) is unknown color: approx Casper. HEX triplet: AD, B2 and B4. RGB value is (173,178,180). Sum of RGB (Red+Green+Blue) = 173+178+180=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADB2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2B4 is #524D4B. Grayscale: #B0B0B0. Windows color (decimal): -5393740 or 11842221. OLE color: 11842221.

HSL color Cylindrical-coordinate representation of color #ADB2B4: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADB2B4 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173178180-
CMYK0.040.0100.29
HSL197.14º4.46%69.22%-
HSV(B)197.14º3.89%70.59%-
XYZ41.3944.0249.5-
YUV176.73129.84125.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 180 (70.70% from 255) = 33.90%
R=32.58%
G=33.52%
B=33.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731781800.040.0100.29197.144.4669.22
HexADB2B44101Dc5445
Octal255262264410353054105
Binary1010110110110010101101001001011101110001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB2B4; }

 p { color: rgb(173,178,180); }

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

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

 a { background-color: rgb(173,178,180); }

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

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

 span { border-color: rgb(173,178,180); }

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