#ADB7BA

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

Shades of Casper #ADB7BA

Tints of Casper #ADB7BA

Color information

#ADB7BA (or 0xADB7BA) is unknown color: approx Casper. HEX triplet: AD, B7 and BA. RGB value is (173,183,186). Sum of RGB (Red+Green+Blue) = 173+183+186=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADB7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7BA is #524845. Grayscale: #B4B4B4. Windows color (decimal): -5392454 or 12236717. OLE color: 12236717.

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

Color convert

RGB173183186-
CMYK0.070.0200.27
HSL193.85º8.61%70.39%-
HSV(B)193.85º6.99%72.94%-
XYZ43.0346.353.12-
YUV180.35131.19122.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 183 (71.88% from 255) = 33.76%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=31.92%
G=33.76%
B=34.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731831860.070.0200.27193.858.6170.39
HexADB7BA7201Bc2946
Octal2552672727203330211106
Binary101011011011011110111010111100110111100001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB7BA; }

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

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

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

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

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

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

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

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