#ADBFC4

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

Shades of Heather #ADBFC4

Tints of Heather #ADBFC4

Color information

#ADBFC4 (or 0xADBFC4) is unknown color: approx Heather. HEX triplet: AD, BF and C4. RGB value is (173,191,196). Sum of RGB (Red+Green+Blue) = 173+191+196=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADBFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFC4 is #52403B. Grayscale: #BABABA. Windows color (decimal): -5390396 or 12894125. OLE color: 12894125.

HSL color Cylindrical-coordinate representation of color #ADBFC4: hue angle of 193.04º 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 #ADBFC4 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173191196-
CMYK0.120.0300.23
HSL193.04º16.31%72.35%-
HSV(B)193.04º11.73%76.86%-
XYZ45.8350.1359.49-
YUV186.19133.54118.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 196 (76.95% from 255) = 35%
R=30.89%
G=34.11%
B=35%

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
Decimal1731911960.120.0300.23193.0416.3172.35
HexADBFC4C3017c11048
Octal25527730414302730120110
Binary10101101101111111100010011001101011111000001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFC4; }

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

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

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

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

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

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

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

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