#A8B3BF

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

Shades of Heather #A8B3BF

Tints of Heather #A8B3BF

Color information

#A8B3BF (or 0xA8B3BF) is unknown color: approx Heather. HEX triplet: A8, B3 and BF. RGB value is (168,179,191). Sum of RGB (Red+Green+Blue) = 168+179+191=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B3BF is #574C40. Grayscale: #B1B1B1. Windows color (decimal): -5721153 or 12563368. OLE color: 12563368.

HSL color Cylindrical-coordinate representation of color #A8B3BF: hue angle of 211.3º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8B3BF is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168179191-
CMYK0.120.0600.25
HSL211.3º15.23%70.39%-
HSV(B)211.3º12.04%74.9%-
XYZ41.6744.3355.65-
YUV177.08135.86121.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.23%
GREEN value IS 179 (70.31% from 255) = 33.27%
BLUE value IS 191 (75% from 255) = 35.50%
R=31.23%
G=33.27%
B=35.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681791910.120.0600.25211.315.2370.39
HexA8B3BFC6019d3f46
Octal25026327714603132317106
Binary10101000101100111011111111001100110011101001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B3BF; }

 p { color: rgb(168,179,191); }

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

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

 a { background-color: rgb(168,179,191); }

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

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

 span { border-color: rgb(168,179,191); }

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