Html Css Color HEX #ADB6BC Heather

📋 copy color: '#ADB6BC'

red 173 ◦ green 182 ◦ blue 188

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

Shades of Heather #ADB6BC

Tints of Heather #ADB6BC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.52%

 BLUE value IS 188 (73.83% from 255) = 34.62%

R = 31.86%
G = 33.52%
B = 34.62%

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

#ADB6BC (or 0xADB6BC) is known color: Heather. HEX triplet: AD, B6 and BC. RGB value is (173,182,188). Sum of RGB (Red+Green+Blue) = 173+182+188=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6BC is #524943. Grayscale: #B3B3B3. Windows color (decimal): -5392708 or 12367533. OLE color: 12367533.

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

Color convert

RGB 173 182 188 -
CMYK 0.08 0.03 0 0.26
HSL 204º 0.1% 0.71% -
HSV(B) 204º 0.08% 0.74% -
XYZ 43.04 45.97 54.18 -
YUV 179.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 173 182 188 0.08 0.03 0 0.26 204 0.1 0.71
Hex AD B6 BC 8 3 0 1A CC A 47
Octal 255 266 274 10 3 0 32 314 12 107
Binary 10101101 10110110 10111100 1000 11 0 11010 11001100 1010 1000111

Color Harmonies of #ADB6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6BC

Black with #ADB6BC

Text Example


Text Example

White with #ADB6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6BC; }

 p { color: rgb(173,182,188); }

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

background-color css

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

 a { background-color: rgb(173,182,188); }

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

border-color css

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

 span { border-color: rgb(173,182,188); }

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