#ADBDC3

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

Shades of Heather #ADBDC3

Tints of Heather #ADBDC3

Color information

#ADBDC3 (or 0xADBDC3) is unknown color: approx Heather. HEX triplet: AD, BD and C3. RGB value is (173,189,195). Sum of RGB (Red+Green+Blue) = 173+189+195=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADBDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDC3 is #52423C. Grayscale: #B8B8B8. Windows color (decimal): -5390909 or 12828077. OLE color: 12828077.

HSL color Cylindrical-coordinate representation of color #ADBDC3: hue angle of 196.36º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADBDC3 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173189195-
CMYK0.110.0300.24
HSL196.36º15.49%72.16%-
HSV(B)196.36º11.28%76.47%-
XYZ45.2849.2258.74-
YUV184.9133.7119.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 195 (76.56% from 255) = 35.01%
R=31.06%
G=33.93%
B=35.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731891950.110.0300.24196.3615.4972.16
HexADBDC3B3018c4f48
Octal25527530313303030417110
Binary1010110110111101110000111011110110001100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDC3; }

 p { color: rgb(173,189,195); }

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

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

 a { background-color: rgb(173,189,195); }

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

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

 span { border-color: rgb(173,189,195); }

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