#A4B2BB

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

Shades of Heather #A4B2BB

Tints of Heather #A4B2BB

Color information

#A4B2BB (or 0xA4B2BB) is unknown color: approx Heather. HEX triplet: A4, B2 and BB. RGB value is (164,178,187). Sum of RGB (Red+Green+Blue) = 164+178+187=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4B2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B2BB is #5B4D44. Grayscale: #AEAEAE. Windows color (decimal): -5983557 or 12300964. OLE color: 12300964.

HSL color Cylindrical-coordinate representation of color #A4B2BB: hue angle of 203.48º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4B2BB is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164178187-
CMYK0.120.0500.27
HSL203.48º14.47%68.82%-
HSV(B)203.48º12.3%73.33%-
XYZ40.243.3253.26-
YUV174.84134.86120.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=31.00%
G=33.65%
B=35.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641781870.120.0500.27203.4814.4768.82
HexA4B2BBC501Bcbe45
Octal24426227314503331316105
Binary10100100101100101011101111001010110111100101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B2BB; }

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

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

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

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

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

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

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

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