#ADB1B2

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

Shades of Casper #ADB1B2

Tints of Casper #ADB1B2

Color information

#ADB1B2 (or 0xADB1B2) is unknown color: approx Casper. HEX triplet: AD, B1 and B2. RGB value is (173,177,178). Sum of RGB (Red+Green+Blue) = 173+177+178=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 178 - color contains mainly: blue. Hex color #ADB1B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1B2 is #524E4D. Grayscale: #AFAFAF. Windows color (decimal): -5393998 or 11710893. OLE color: 11710893.

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

Color convert

RGB173177178-
CMYK0.030.0100.30
HSL192º3.14%68.82%-
HSV(B)192º2.81%69.8%-
XYZ40.9943.5448.36-
YUV175.92129.17125.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=32.77%
G=33.52%
B=33.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731771780.030.0100.301923.1468.82
HexADB1B23101Ec0345
Octal255261262310363003105
Binary10101101101100011011001011101111011000000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1B2; }

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

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

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

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

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

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

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

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