#ADBEC7

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

Shades of Heather #ADBEC7

Tints of Heather #ADBEC7

Color information

#ADBEC7 (or 0xADBEC7) is unknown color: approx Heather. HEX triplet: AD, BE and C7. RGB value is (173,190,199). Sum of RGB (Red+Green+Blue) = 173+190+199=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 199 - color contains mainly: blue. Hex color #ADBEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEC7 is #524138. Grayscale: #B9B9B9. Windows color (decimal): -5390649 or 13090477. OLE color: 13090477.

HSL color Cylindrical-coordinate representation of color #ADBEC7: hue angle of 200.77º degrees, saturation: 0.19, 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 #ADBEC7 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173190199-
CMYK0.130.0500.22
HSL200.77º18.84%72.94%-
HSV(B)200.77º13.07%78.04%-
XYZ45.9649.8361.23-
YUV185.94135.37118.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.78%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 199 (78.12% from 255) = 35.41%
R=30.78%
G=33.81%
B=35.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731901990.130.0500.22200.7718.8472.94
HexADBEC7D5016c91349
Octal25527630715502631123111
Binary101011011011111011000111110110101011011001001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEC7; }

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

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

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

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

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

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

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

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