Html Css Color HEX #ADB6BA Heather

📋 copy color: '#ADB6BA'

red 173 ◦ green 182 ◦ blue 186

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

Shades of Heather #ADB6BA

Tints of Heather #ADB6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.38%

R = 31.98%
G = 33.64%
B = 34.38%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADB6BA (or 0xADB6BA) is known color: Heather. HEX triplet: AD, B6 and BA. RGB value is (173,182,186). Sum of RGB (Red+Green+Blue) = 173+182+186=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADB6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6BA is #524945. Grayscale: #B3B3B3. Windows color (decimal): -5392710 or 12236461. OLE color: 12236461.

HSL color Cylindrical-coordinate representation of color #ADB6BA: hue angle of 198.46º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB6BA is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 182 186 -
CMYK 0.07 0.02 0 0.27
HSL 198.46º 0.09% 0.7% -
HSV(B) 198.46º 0.07% 0.73% -
XYZ 42.82 45.89 53.05 -
YUV 179.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 173 182 186 0.07 0.02 0 0.27 198.46 0.09 0.7
Hex AD B6 BA 7 2 0 1B C6 9 46
Octal 255 266 272 7 2 0 33 306 11 106
Binary 10101101 10110110 10111010 111 10 0 11011 11000110 1001 1000110

Color Harmonies of #ADB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6BA

Black with #ADB6BA

Text Example


Text Example

White with #ADB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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