#ADBEC4

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

Shades of Heather #ADBEC4

Tints of Heather #ADBEC4

Color information

#ADBEC4 (or 0xADBEC4) is unknown color: approx Heather. HEX triplet: AD, BE and C4. RGB value is (173,190,196). Sum of RGB (Red+Green+Blue) = 173+190+196=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADBEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEC4 is #52413B. Grayscale: #B9B9B9. Windows color (decimal): -5390652 or 12893869. OLE color: 12893869.

HSL color Cylindrical-coordinate representation of color #ADBEC4: hue angle of 195.65º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADBEC4 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173190196-
CMYK0.120.0300.23
HSL195.65º16.31%72.35%-
HSV(B)195.65º11.73%76.86%-
XYZ45.6149.759.41-
YUV185.6133.87119.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 196 (76.95% from 255) = 35.06%
R=30.95%
G=33.99%
B=35.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731901960.120.0300.23195.6516.3172.35
HexADBEC4C3017c41048
Octal25527630414302730420110
Binary10101101101111101100010011001101011111000100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEC4; }

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

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

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

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

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

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

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

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