Html Css Color HEX #ADB5BA Heather

📋 copy color: '#ADB5BA'

red 173 ◦ green 181 ◦ blue 186

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

Shades of Heather #ADB5BA

Tints of Heather #ADB5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.52%

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

R = 32.04%
G = 33.52%
B = 34.44%

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

#ADB5BA (or 0xADB5BA) is known color: Heather. HEX triplet: AD, B5 and BA. RGB value is (173,181,186). Sum of RGB (Red+Green+Blue) = 173+181+186=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5BA is #524A45. Grayscale: #B3B3B3. Windows color (decimal): -5392966 or 12236205. OLE color: 12236205.

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

Color convert

RGB 173 181 186 -
CMYK 0.07 0.03 0 0.27
HSL 203.08º 0.09% 0.7% -
HSV(B) 203.08º 0.07% 0.73% -
XYZ 42.62 45.48 52.99 -
YUV 179.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 173 181 186 0.07 0.03 0 0.27 203.08 0.09 0.7
Hex AD B5 BA 7 3 0 1B CB 9 46
Octal 255 265 272 7 3 0 33 313 11 106
Binary 10101101 10110101 10111010 111 11 0 11011 11001011 1001 1000110

Color Harmonies of #ADB5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5BA

Black with #ADB5BA

Text Example


Text Example

White with #ADB5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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