#ADBEC6

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

Shades of Heather #ADBEC6

Tints of Heather #ADBEC6

Color information

#ADBEC6 (or 0xADBEC6) is unknown color: approx Heather. HEX triplet: AD, BE and C6. RGB value is (173,190,198). Sum of RGB (Red+Green+Blue) = 173+190+198=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 198 - color contains mainly: blue. Hex color #ADBEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEC6 is #524139. Grayscale: #B9B9B9. Windows color (decimal): -5390650 or 13024941. OLE color: 13024941.

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

Color convert

RGB173190198-
CMYK0.130.0400.22
HSL199.2º17.99%72.75%-
HSV(B)199.2º12.63%77.65%-
XYZ45.8449.7960.62-
YUV185.83134.87118.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 198 (77.73% from 255) = 35.29%
R=30.84%
G=33.87%
B=35.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731901980.130.0400.22199.217.9972.75
HexADBEC6D4016c71249
Octal25527630615402630722111
Binary101011011011111011000110110110001011011000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEC6; }

 p { color: rgb(173,190,198); }

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

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

 a { background-color: rgb(173,190,198); }

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

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

 span { border-color: rgb(173,190,198); }

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