#ADBDC4

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

Shades of Heather #ADBDC4

Tints of Heather #ADBDC4

Color information

#ADBDC4 (or 0xADBDC4) is unknown color: approx Heather. HEX triplet: AD, BD and C4. RGB value is (173,189,196). Sum of RGB (Red+Green+Blue) = 173+189+196=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADBDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDC4 is #52423B. Grayscale: #B8B8B8. Windows color (decimal): -5390908 or 12893613. OLE color: 12893613.

HSL color Cylindrical-coordinate representation of color #ADBDC4: hue angle of 198.26º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADBDC4 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173189196-
CMYK0.120.0400.23
HSL198.26º16.31%72.35%-
HSV(B)198.26º11.73%76.86%-
XYZ45.3949.2659.34-
YUV185.01134.2119.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 196 (76.95% from 255) = 35.13%
R=31.00%
G=33.87%
B=35.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731891960.120.0400.23198.2616.3172.35
HexADBDC4C4017c61048
Octal25527530414402730620110
Binary101011011011110111000100110010001011111000110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDC4; }

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

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

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

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

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

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

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

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