Html Css Color HEX #ADB9BD Heather

📋 copy color: '#ADB9BD'

red 173 ◦ green 185 ◦ blue 189

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

Shades of Heather #ADB9BD

Tints of Heather #ADB9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 31.63%
G = 33.82%
B = 34.55%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ADB9BD (or 0xADB9BD) is known color: Heather. HEX triplet: AD, B9 and BD. RGB value is (173,185,189). Sum of RGB (Red+Green+Blue) = 173+185+189=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADB9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9BD is #524642. Grayscale: #B5B5B5. Windows color (decimal): -5391939 or 12433837. OLE color: 12433837.

HSL color Cylindrical-coordinate representation of color #ADB9BD: hue angle of 195º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB9BD is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 185 189 -
CMYK 0.08 0.02 0 0.26
HSL 195º 0.11% 0.71% -
HSV(B) 195º 0.08% 0.74% -
XYZ 43.77 47.26 54.96 -
YUV 181.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 173 185 189 0.08 0.02 0 0.26 195 0.11 0.71
Hex AD B9 BD 8 2 0 1A C3 B 47
Octal 255 271 275 10 2 0 32 303 13 107
Binary 10101101 10111001 10111101 1000 10 0 11010 11000011 1011 1000111

Color Harmonies of #ADB9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9BD

Black with #ADB9BD

Text Example


Text Example

White with #ADB9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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