#ADB6B9

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

Shades of Casper #ADB6B9

Tints of Casper #ADB6B9

Color information

#ADB6B9 (or 0xADB6B9) is unknown color: approx Casper. HEX triplet: AD, B6 and B9. RGB value is (173,182,185). Sum of RGB (Red+Green+Blue) = 173+182+185=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 185 - color contains mainly: blue. Hex color #ADB6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6B9 is #524946. Grayscale: #B3B3B3. Windows color (decimal): -5392711 or 12170925. OLE color: 12170925.

HSL color Cylindrical-coordinate representation of color #ADB6B9: hue angle of 195º 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 #ADB6B9 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173182185-
CMYK0.060.0200.27
HSL195º7.89%70.2%-
HSV(B)195º6.49%72.55%-
XYZ42.7245.8452.5-
YUV179.65131.02123.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 182 (71.48% from 255) = 33.70%
BLUE value IS 185 (72.66% from 255) = 34.26%
R=32.04%
G=33.70%
B=34.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731821850.060.0200.271957.8970.2
HexADB6B96201Bc3846
Octal2552662716203330310106
Binary101011011011011010111001110100110111100001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB6B9; }

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

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

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

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

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

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

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

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