#ADBBC5

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

Shades of Heather #ADBBC5

Tints of Heather #ADBBC5

Color information

#ADBBC5 (or 0xADBBC5) is unknown color: approx Heather. HEX triplet: AD, BB and C5. RGB value is (173,187,197). Sum of RGB (Red+Green+Blue) = 173+187+197=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADBBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBC5 is #52443A. Grayscale: #B7B7B7. Windows color (decimal): -5391419 or 12958637. OLE color: 12958637.

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

Color convert

RGB173187197-
CMYK0.120.0500.23
HSL205º17.14%72.55%-
HSV(B)205º12.18%77.25%-
XYZ45.0848.4659.8-
YUV183.95135.36120.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 197 (77.34% from 255) = 35.37%
R=31.06%
G=33.57%
B=35.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731871970.120.0500.2320517.1472.55
HexADBBC5C5017cd1149
Octal25527330514502731521111
Binary101011011011101111000101110010101011111001101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBC5; }

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

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

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

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

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

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

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

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