#ADB1B3

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

Shades of Casper #ADB1B3

Tints of Casper #ADB1B3

Color information

#ADB1B3 (or 0xADB1B3) is unknown color: approx Casper. HEX triplet: AD, B1 and B3. RGB value is (173,177,179). Sum of RGB (Red+Green+Blue) = 173+177+179=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 179 - color contains mainly: blue. Hex color #ADB1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1B3 is #524E4C. Grayscale: #B0B0B0. Windows color (decimal): -5393997 or 11776429. OLE color: 11776429.

HSL color Cylindrical-coordinate representation of color #ADB1B3: hue angle of 200º degrees, saturation: 0.04, 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 #ADB1B3 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB173177179-
CMYK0.030.0100.30
HSL200º3.8%69.02%-
HSV(B)200º3.35%70.2%-
XYZ41.0943.5848.89-
YUV176.03129.67125.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=32.70%
G=33.46%
B=33.84%

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
Decimal1731771790.030.0100.302003.869.02
HexADB1B33101Ec8445
Octal255261263310363104105
Binary101011011011000110110011111011110110010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1B3; }

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

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

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

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

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

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

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

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