#ADB3B5

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

Shades of Casper #ADB3B5

Tints of Casper #ADB3B5

Color information

#ADB3B5 (or 0xADB3B5) is unknown color: approx Casper. HEX triplet: AD, B3 and B5. RGB value is (173,179,181). Sum of RGB (Red+Green+Blue) = 173+179+181=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 181 - color contains mainly: blue. Hex color #ADB3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3B5 is #524C4A. Grayscale: #B1B1B1. Windows color (decimal): -5393483 or 11908013. OLE color: 11908013.

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

Color convert

RGB173179181-
CMYK0.040.0100.29
HSL195º5.13%69.41%-
HSV(B)195º4.42%70.98%-
XYZ41.6944.4650.1-
YUV177.43130.01124.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 179 (70.31% from 255) = 33.58%
BLUE value IS 181 (71.09% from 255) = 33.96%
R=32.46%
G=33.58%
B=33.96%

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
Decimal1731791810.040.0100.291955.1369.41
HexADB3B54101Dc3545
Octal255263265410353035105
Binary1010110110110011101101011001011101110000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB3B5; }

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

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

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

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

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

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

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

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