#ADBDC9

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

Shades of Heather #ADBDC9

Tints of Heather #ADBDC9

Color information

#ADBDC9 (or 0xADBDC9) is unknown color: approx Heather. HEX triplet: AD, BD and C9. RGB value is (173,189,201). Sum of RGB (Red+Green+Blue) = 173+189+201=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 201 - color contains mainly: blue. Hex color #ADBDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDC9 is #524236. Grayscale: #B9B9B9. Windows color (decimal): -5390903 or 13221293. OLE color: 13221293.

HSL color Cylindrical-coordinate representation of color #ADBDC9: hue angle of 205.71º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADBDC9 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173189201-
CMYK0.140.0600.21
HSL205.71º20.59%73.33%-
HSV(B)205.71º13.93%78.82%-
XYZ45.9749.562.39-
YUV185.58136.7119.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 201 (78.91% from 255) = 35.70%
R=30.73%
G=33.57%
B=35.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731892010.140.0600.21205.7120.5973.33
HexADBDC9E6015ce1549
Octal25527531116602531625111
Binary101011011011110111001001111011001010111001110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDC9; }

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

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

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

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

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

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

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

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