#ADB6BF

Color #ADB6BF Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #ADB6BF

Tints of Heather #ADB6BF

Color information

#ADB6BF (or 0xADB6BF) is unknown color: approx Heather. HEX triplet: AD, B6 and BF. RGB value is (173,182,191). Sum of RGB (Red+Green+Blue) = 173+182+191=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADB6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6BF is #524940. Grayscale: #B4B4B4. Windows color (decimal): -5392705 or 12564141. OLE color: 12564141.

HSL color Cylindrical-coordinate representation of color #ADB6BF: hue angle of 210º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB6BF is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173182191-
CMYK0.090.0500.25
HSL210º12.33%71.37%-
HSV(B)210º9.42%74.9%-
XYZ43.3746.155.9-
YUV180.33134.02122.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 34.98%
R=31.68%
G=33.33%
B=34.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731821910.090.0500.2521012.3371.37
HexADB6BF95019d2c47
Octal25526627711503132214107
Binary10101101101101101011111110011010110011101001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB6BF; }

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

 H1.HeaderClassName
 {
   color: #ADB6BF;
 }
 .AnyTagClassName
 {
   color: #ADB6BF;
 }
</style>
background-color css

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

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

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

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

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

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