Html Css Color HEX #ADB4BA Heather

📋 copy color: '#ADB4BA'

red 173 ◦ green 180 ◦ blue 186

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

Shades of Heather #ADB4BA

Tints of Heather #ADB4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.4%

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

R = 32.1%
G = 33.4%
B = 34.51%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADB4BA (or 0xADB4BA) is known color: Heather. HEX triplet: AD, B4 and BA. RGB value is (173,180,186). Sum of RGB (Red+Green+Blue) = 173+180+186=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADB4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4BA is #524B45. Grayscale: #B2B2B2. Windows color (decimal): -5393222 or 12235949. OLE color: 12235949.

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

Color convert

RGB 173 180 186 -
CMYK 0.07 0.03 0 0.27
HSL 207.69º 0.09% 0.7% -
HSV(B) 207.69º 0.07% 0.73% -
XYZ 42.42 45.07 52.92 -
YUV 178.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 173 180 186 0.07 0.03 0 0.27 207.69 0.09 0.7
Hex AD B4 BA 7 3 0 1B D0 9 46
Octal 255 264 272 7 3 0 33 320 11 106
Binary 10101101 10110100 10111010 111 11 0 11011 11010000 1001 1000110

Color Harmonies of #ADB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4BA

Black with #ADB4BA

Text Example


Text Example

White with #ADB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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