#A4B2BE

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

Shades of Heather #A4B2BE

Tints of Heather #A4B2BE

Color information

#A4B2BE (or 0xA4B2BE) is unknown color: approx Heather. HEX triplet: A4, B2 and BE. RGB value is (164,178,190). Sum of RGB (Red+Green+Blue) = 164+178+190=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B2BE is #5B4D41. Grayscale: #AFAFAF. Windows color (decimal): -5983554 or 12497572. OLE color: 12497572.

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

Color convert

RGB164178190-
CMYK0.140.0600.25
HSL207.69º16.67%69.41%-
HSV(B)207.69º13.68%74.51%-
XYZ40.5243.4554.97-
YUV175.18136.36120.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.83%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=30.83%
G=33.46%
B=35.71%

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
Decimal1641781900.140.0600.25207.6916.6769.41
HexA4B2BEE6019d01145
Octal24426227616603132021105
Binary101001001011001010111110111011001100111010000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B2BE; }

 p { color: rgb(164,178,190); }

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

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

 a { background-color: rgb(164,178,190); }

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

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

 span { border-color: rgb(164,178,190); }

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