#ADB7B9

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

Shades of Casper #ADB7B9

Tints of Casper #ADB7B9

Color information

#ADB7B9 (or 0xADB7B9) is unknown color: approx Casper. HEX triplet: AD, B7 and B9. RGB value is (173,183,185). Sum of RGB (Red+Green+Blue) = 173+183+185=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 185 - color contains mainly: blue. Hex color #ADB7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7B9 is #524846. Grayscale: #B4B4B4. Windows color (decimal): -5392455 or 12171181. OLE color: 12171181.

HSL color Cylindrical-coordinate representation of color #ADB7B9: hue angle of 190º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB7B9 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173183185-
CMYK0.060.0100.27
HSL190º7.89%70.2%-
HSV(B)190º6.49%72.55%-
XYZ42.9246.2552.56-
YUV180.24130.69122.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 183 (71.88% from 255) = 33.83%
BLUE value IS 185 (72.66% from 255) = 34.20%
R=31.98%
G=33.83%
B=34.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731831850.060.0100.271907.8970.2
HexADB7B96101Bbe846
Octal2552672716103327610106
Binary10101101101101111011100111010110111011111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB7B9; }

 p { color: rgb(173,183,185); }

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

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

 a { background-color: rgb(173,183,185); }

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

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

 span { border-color: rgb(173,183,185); }

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