#A5B4BF

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

Shades of Heather #A5B4BF

Tints of Heather #A5B4BF

Color information

#A5B4BF (or 0xA5B4BF) is unknown color: approx Heather. HEX triplet: A5, B4 and BF. RGB value is (165,180,191). Sum of RGB (Red+Green+Blue) = 165+180+191=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #A5B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B4BF is #5A4B40. Grayscale: #B0B0B0. Windows color (decimal): -5917505 or 12563621. OLE color: 12563621.

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

Color convert

RGB165180191-
CMYK0.140.0600.25
HSL205.38º16.88%69.8%-
HSV(B)205.38º13.61%74.9%-
XYZ41.2444.455.69-
YUV176.77136.03119.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.78%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 191 (75% from 255) = 35.63%
R=30.78%
G=33.58%
B=35.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651801910.140.0600.25205.3816.8869.8
HexA5B4BFE6019cd1146
Octal24526427716603131521106
Binary101001011011010010111111111011001100111001101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B4BF; }

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

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

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

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

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

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

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

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