Html Css Color HEX #ADB7BD Heather

📋 copy color: '#ADB7BD'

red 173 ◦ green 183 ◦ blue 189

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

Shades of Heather #ADB7BD

Tints of Heather #ADB7BD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.58%

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

R = 31.74%
G = 33.58%
B = 34.68%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ADB7BD (or 0xADB7BD) is known color: Heather. HEX triplet: AD, B7 and BD. RGB value is (173,183,189). Sum of RGB (Red+Green+Blue) = 173+183+189=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADB7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7BD is #524842. Grayscale: #B4B4B4. Windows color (decimal): -5392451 or 12433325. OLE color: 12433325.

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

Color convert

RGB 173 183 189 -
CMYK 0.08 0.03 0 0.26
HSL 202.5º 0.11% 0.71% -
HSV(B) 202.5º 0.08% 0.74% -
XYZ 43.35 46.43 54.82 -
YUV 180.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 173 183 189 0.08 0.03 0 0.26 202.5 0.11 0.71
Hex AD B7 BD 8 3 0 1A CA B 47
Octal 255 267 275 10 3 0 32 312 13 107
Binary 10101101 10110111 10111101 1000 11 0 11010 11001010 1011 1000111

Color Harmonies of #ADB7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB7BD

Black with #ADB7BD

Text Example


Text Example

White with #ADB7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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