#ADBDC7

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

Shades of Heather #ADBDC7

Tints of Heather #ADBDC7

Color information

#ADBDC7 (or 0xADBDC7) is unknown color: approx Heather. HEX triplet: AD, BD and C7. RGB value is (173,189,199). Sum of RGB (Red+Green+Blue) = 173+189+199=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 199 - color contains mainly: blue. Hex color #ADBDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDC7 is #524238. Grayscale: #B9B9B9. Windows color (decimal): -5390905 or 13090221. OLE color: 13090221.

HSL color Cylindrical-coordinate representation of color #ADBDC7: hue angle of 203.08º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADBDC7 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173189199-
CMYK0.130.0500.22
HSL203.08º18.84%72.94%-
HSV(B)203.08º13.07%78.04%-
XYZ45.7449.461.16-
YUV185.36135.7119.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 199 (78.12% from 255) = 35.47%
R=30.84%
G=33.69%
B=35.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731891990.130.0500.22203.0818.8472.94
HexADBDC7D5016cb1349
Octal25527530715502631323111
Binary101011011011110111000111110110101011011001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDC7; }

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

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

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

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

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

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

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

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