#A8B4BF

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

Shades of Heather #A8B4BF

Tints of Heather #A8B4BF

Color information

#A8B4BF (or 0xA8B4BF) is unknown color: approx Heather. HEX triplet: A8, B4 and BF. RGB value is (168,180,191). Sum of RGB (Red+Green+Blue) = 168+180+191=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B4BF is #574B40. Grayscale: #B1B1B1. Windows color (decimal): -5720897 or 12563624. OLE color: 12563624.

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

Color convert

RGB168180191-
CMYK0.120.0600.25
HSL208.7º15.23%70.39%-
HSV(B)208.7º12.04%74.9%-
XYZ41.8744.7355.72-
YUV177.67135.52121.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.17%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 191 (75% from 255) = 35.44%
R=31.17%
G=33.40%
B=35.44%

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
Decimal1681801910.120.0600.25208.715.2370.39
HexA8B4BFC6019d1f46
Octal25026427714603132117106
Binary10101000101101001011111111001100110011101000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B4BF; }

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

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

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

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

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

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

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

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