#ADBEC5

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

Shades of Heather #ADBEC5

Tints of Heather #ADBEC5

Color information

#ADBEC5 (or 0xADBEC5) is unknown color: approx Heather. HEX triplet: AD, BE and C5. RGB value is (173,190,197). Sum of RGB (Red+Green+Blue) = 173+190+197=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADBEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEC5 is #52413A. Grayscale: #B9B9B9. Windows color (decimal): -5390651 or 12959405. OLE color: 12959405.

HSL color Cylindrical-coordinate representation of color #ADBEC5: hue angle of 197.5º 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 #ADBEC5 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173190197-
CMYK0.120.0400.23
HSL197.5º17.14%72.55%-
HSV(B)197.5º12.18%77.25%-
XYZ45.7349.7460.01-
YUV185.71134.37118.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 197 (77.34% from 255) = 35.18%
R=30.89%
G=33.93%
B=35.18%

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
Decimal1731901970.120.0400.23197.517.1472.55
HexADBEC5C4017c61149
Octal25527630514402730621111
Binary101011011011111011000101110010001011111000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEC5; }

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

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

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

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

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

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

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

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