Html Css Color HEX #ADB5BD Heather

📋 copy color: '#ADB5BD'

red 173 ◦ green 181 ◦ blue 189

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

Shades of Heather #ADB5BD

Tints of Heather #ADB5BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.81%

R = 31.86%
G = 33.33%
B = 34.81%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ADB5BD (or 0xADB5BD) is known color: Heather. HEX triplet: AD, B5 and BD. RGB value is (173,181,189). Sum of RGB (Red+Green+Blue) = 173+181+189=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADB5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5BD is #524A42. Grayscale: #B3B3B3. Windows color (decimal): -5392963 or 12432813. OLE color: 12432813.

HSL color Cylindrical-coordinate representation of color #ADB5BD: hue angle of 210º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB5BD is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 181 189 -
CMYK 0.08 0.04 0 0.26
HSL 210º 0.11% 0.71% -
HSV(B) 210º 0.08% 0.74% -
XYZ 42.94 45.61 54.68 -
YUV 179.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 173 181 189 0.08 0.04 0 0.26 210 0.11 0.71
Hex AD B5 BD 8 4 0 1A D2 B 47
Octal 255 265 275 10 4 0 32 322 13 107
Binary 10101101 10110101 10111101 1000 100 0 11010 11010010 1011 1000111

Color Harmonies of #ADB5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5BD

Black with #ADB5BD

Text Example


Text Example

White with #ADB5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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