#ADBFC3

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

Shades of Heather #ADBFC3

Tints of Heather #ADBFC3

Color information

#ADBFC3 (or 0xADBFC3) is unknown color: approx Heather. HEX triplet: AD, BF and C3. RGB value is (173,191,195). Sum of RGB (Red+Green+Blue) = 173+191+195=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADBFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFC3 is #52403C. Grayscale: #BABABA. Windows color (decimal): -5390397 or 12828589. OLE color: 12828589.

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

Color convert

RGB173191195-
CMYK0.110.0200.24
HSL190.91º15.49%72.16%-
HSV(B)190.91º11.28%76.47%-
XYZ45.7150.0958.89-
YUV186.07133.04118.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=30.95%
G=34.17%
B=34.88%

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
Decimal1731911950.110.0200.24190.9115.4972.16
HexADBFC3B2018bff48
Octal25527730313203027717110
Binary1010110110111111110000111011100110001011111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFC3; }

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

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

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

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

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

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

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

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