#ADBAC3

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

Shades of Heather #ADBAC3

Tints of Heather #ADBAC3

Color information

#ADBAC3 (or 0xADBAC3) is unknown color: approx Heather. HEX triplet: AD, BA and C3. RGB value is (173,186,195). Sum of RGB (Red+Green+Blue) = 173+186+195=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADBAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAC3 is #52453C. Grayscale: #B7B7B7. Windows color (decimal): -5391677 or 12827309. OLE color: 12827309.

HSL color Cylindrical-coordinate representation of color #ADBAC3: hue angle of 204.55º 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 #ADBAC3 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173186195-
CMYK0.110.0500.24
HSL204.55º15.49%72.16%-
HSV(B)204.55º11.28%76.47%-
XYZ44.6447.9458.53-
YUV183.14134.69120.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 195 (76.56% from 255) = 35.20%
R=31.23%
G=33.57%
B=35.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731861950.110.0500.24204.5515.4972.16
HexADBAC3B5018cdf48
Octal25527230313503031517110
Binary10101101101110101100001110111010110001100110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAC3; }

 p { color: rgb(173,186,195); }

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

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

 a { background-color: rgb(173,186,195); }

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

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

 span { border-color: rgb(173,186,195); }

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