#ADBAC8

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

Shades of Heather #ADBAC8

Tints of Heather #ADBAC8

Color information

#ADBAC8 (or 0xADBAC8) is unknown color: approx Heather. HEX triplet: AD, BA and C8. RGB value is (173,186,200). Sum of RGB (Red+Green+Blue) = 173+186+200=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 200 - color contains mainly: blue. Hex color #ADBAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAC8 is #524537. Grayscale: #B7B7B7. Windows color (decimal): -5391672 or 13154989. OLE color: 13154989.

HSL color Cylindrical-coordinate representation of color #ADBAC8: hue angle of 211.11º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADBAC8 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173186200-
CMYK0.140.0700.22
HSL211.11º19.71%73.14%-
HSV(B)211.11º13.5%78.43%-
XYZ45.2248.1761.56-
YUV183.71137.19120.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 200 (78.52% from 255) = 35.78%
R=30.95%
G=33.27%
B=35.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731862000.140.0700.22211.1119.7173.14
HexADBAC8E7016d31449
Octal25527231016702632324111
Binary101011011011101011001000111011101011011010011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAC8; }

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

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

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

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

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

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

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

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