#ADBEC2

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

Shades of Heather #ADBEC2

Tints of Heather #ADBEC2

Color information

#ADBEC2 (or 0xADBEC2) is unknown color: approx Heather. HEX triplet: AD, BE and C2. RGB value is (173,190,194). Sum of RGB (Red+Green+Blue) = 173+190+194=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADBEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEC2 is #52413D. Grayscale: #B9B9B9. Windows color (decimal): -5390654 or 12762797. OLE color: 12762797.

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

Color convert

RGB173190194-
CMYK0.110.0200.24
HSL191.43º14.69%71.96%-
HSV(B)191.43º10.82%76.08%-
XYZ45.3849.6158.22-
YUV185.37132.87119.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 194 (76.17% from 255) = 34.83%
R=31.06%
G=34.11%
B=34.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731901940.110.0200.24191.4314.6971.96
HexADBEC2B2018bff48
Octal25527630213203027717110
Binary1010110110111110110000101011100110001011111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEC2; }

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

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

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

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

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

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

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

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