Html Css Color HEX #ADB7C2 Heather

📋 copy color: '#ADB7C2'

red 173 ◦ green 183 ◦ blue 194

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

Shades of Heather #ADB7C2

Tints of Heather #ADB7C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.27%

R = 31.45%
G = 33.27%
B = 35.27%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ADB7C2 (or 0xADB7C2) is known color: Heather. HEX triplet: AD, B7 and C2. RGB value is (173,183,194). Sum of RGB (Red+Green+Blue) = 173+183+194=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADB7C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7C2 is #52483D. Grayscale: #B5B5B5. Windows color (decimal): -5392446 or 12761005. OLE color: 12761005.

HSL color Cylindrical-coordinate representation of color #ADB7C2: hue angle of 211.43º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADB7C2 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 183 194 -
CMYK 0.11 0.06 0 0.24
HSL 211.43º 0.15% 0.72% -
HSV(B) 211.43º 0.11% 0.76% -
XYZ 43.9 46.65 57.73 -
YUV 181.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 173 183 194 0.11 0.06 0 0.24 211.43 0.15 0.72
Hex AD B7 C2 B 6 0 18 D3 F 48
Octal 255 267 302 13 6 0 30 323 17 110
Binary 10101101 10110111 11000010 1011 110 0 11000 11010011 1111 1001000

Color Harmonies of #ADB7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB7C2

Black with #ADB7C2

Text Example


Text Example

White with #ADB7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB7C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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