Html Css Color HEX #ADB6BE Heather

📋 copy color: '#ADB6BE'

red 173 ◦ green 182 ◦ blue 190

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

Shades of Heather #ADB6BE

Tints of Heather #ADB6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.39%

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

R = 31.74%
G = 33.39%
B = 34.86%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADB6BE (or 0xADB6BE) is known color: Heather. HEX triplet: AD, B6 and BE. RGB value is (173,182,190). Sum of RGB (Red+Green+Blue) = 173+182+190=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6BE is #524941. Grayscale: #B4B4B4. Windows color (decimal): -5392706 or 12498605. OLE color: 12498605.

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

Color convert

RGB 173 182 190 -
CMYK 0.09 0.04 0 0.25
HSL 208.24º 0.12% 0.71% -
HSV(B) 208.24º 0.09% 0.75% -
XYZ 43.26 46.06 55.33 -
YUV 180.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 173 182 190 0.09 0.04 0 0.25 208.24 0.12 0.71
Hex AD B6 BE 9 4 0 19 D0 C 47
Octal 255 266 276 11 4 0 31 320 14 107
Binary 10101101 10110110 10111110 1001 100 0 11001 11010000 1100 1000111

Color Harmonies of #ADB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6BE

Black with #ADB6BE

Text Example


Text Example

White with #ADB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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