#ADBBC7

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

Shades of Heather #ADBBC7

Tints of Heather #ADBBC7

Color information

#ADBBC7 (or 0xADBBC7) is unknown color: approx Heather. HEX triplet: AD, BB and C7. RGB value is (173,187,199). Sum of RGB (Red+Green+Blue) = 173+187+199=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #ADBBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBC7 is #524438. Grayscale: #B8B8B8. Windows color (decimal): -5391417 or 13089709. OLE color: 13089709.

HSL color Cylindrical-coordinate representation of color #ADBBC7: hue angle of 207.69º 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 #ADBBC7 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173187199-
CMYK0.130.0600.22
HSL207.69º18.84%72.94%-
HSV(B)207.69º13.07%78.04%-
XYZ45.3148.5561.02-
YUV184.18136.36120.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=30.95%
G=33.45%
B=35.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731871990.130.0600.22207.6918.8472.94
HexADBBC7D6016d01349
Octal25527330715602632023111
Binary101011011011101111000111110111001011011010000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBC7; }

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

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

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

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

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

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

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

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