Html Css Color HEX #ADB8BE Heather

📋 copy color: '#ADB8BE'

red 173 ◦ green 184 ◦ blue 190

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

Shades of Heather #ADB8BE

Tints of Heather #ADB8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.64%

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

R = 31.63%
G = 33.64%
B = 34.73%

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

#ADB8BE (or 0xADB8BE) is known color: Heather. HEX triplet: AD, B8 and BE. RGB value is (173,184,190). Sum of RGB (Red+Green+Blue) = 173+184+190=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADB8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8BE is #524741. Grayscale: #B5B5B5. Windows color (decimal): -5392194 or 12499117. OLE color: 12499117.

HSL color Cylindrical-coordinate representation of color #ADB8BE: hue angle of 201.18º 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 #ADB8BE is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 184 190 -
CMYK 0.09 0.03 0 0.25
HSL 201.18º 0.12% 0.71% -
HSV(B) 201.18º 0.09% 0.75% -
XYZ 43.67 46.88 55.46 -
YUV 181.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 173 184 190 0.09 0.03 0 0.25 201.18 0.12 0.71
Hex AD B8 BE 9 3 0 19 C9 C 47
Octal 255 270 276 11 3 0 31 311 14 107
Binary 10101101 10111000 10111110 1001 11 0 11001 11001001 1100 1000111

Color Harmonies of #ADB8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8BE

Black with #ADB8BE

Text Example


Text Example

White with #ADB8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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