Html Css Color HEX #ADB9BE Heather

📋 copy color: '#ADB9BE'

red 173 ◦ green 185 ◦ blue 190

#ADB9BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #ADB9BE

Tints of Heather #ADB9BE

RGB

 RED value IS 173 (67.97% from 255) = 31.57%

 GREEN value IS 185 (72.66% from 255) = 33.76%

 BLUE value IS 190 (74.61% from 255) = 34.67%

R = 31.57%
G = 33.76%
B = 34.67%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADB9BE (or 0xADB9BE) is known color: Heather. HEX triplet: AD, B9 and BE. RGB value is (173,185,190). Sum of RGB (Red+Green+Blue) = 173+185+190=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADB9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9BE is #524641. Grayscale: #B5B5B5. Windows color (decimal): -5391938 or 12499373. OLE color: 12499373.

HSL color Cylindrical-coordinate representation of color #ADB9BE: hue angle of 197.65º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB9BE is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 185 190 -
CMYK 0.09 0.03 0 0.25
HSL 197.65º 0.12% 0.71% -
HSV(B) 197.65º 0.09% 0.75% -
XYZ 43.88 47.3 55.53 -
YUV 181.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 173 185 190 0.09 0.03 0 0.25 197.65 0.12 0.71
Hex AD B9 BE 9 3 0 19 C6 C 47
Octal 255 271 276 11 3 0 31 306 14 107
Binary 10101101 10111001 10111110 1001 11 0 11001 11000110 1100 1000111

Color Harmonies of #ADB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9BE

Black with #ADB9BE

Text Example


Text Example

White with #ADB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9BE; }

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

 H1.HeaderClassName
 {
   color: #ADB9BE;
 }
 .AnyTagClassName
 {
   color: #ADB9BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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