#A4B6BF

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

Shades of Heather #A4B6BF

Tints of Heather #A4B6BF

Color information

#A4B6BF (or 0xA4B6BF) is unknown color: approx Heather. HEX triplet: A4, B6 and BF. RGB value is (164,182,191). Sum of RGB (Red+Green+Blue) = 164+182+191=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #A4B6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B6BF is #5B4940. Grayscale: #B1B1B1. Windows color (decimal): -5982529 or 12564132. OLE color: 12564132.

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

Color convert

RGB164182191-
CMYK0.140.0500.25
HSL200º17.42%69.61%-
HSV(B)200º14.14%74.9%-
XYZ41.4445.1155.81-
YUV177.64135.54118.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.54%
GREEN value IS 182 (71.48% from 255) = 33.89%
BLUE value IS 191 (75% from 255) = 35.57%
R=30.54%
G=33.89%
B=35.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641821910.140.0500.2520017.4269.61
HexA4B6BFE5019c81146
Octal24426627716503131021106
Binary101001001011011010111111111010101100111001000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B6BF; }

 p { color: rgb(164,182,191); }

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

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

 a { background-color: rgb(164,182,191); }

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

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

 span { border-color: rgb(164,182,191); }

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