#A4BBC5

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

Shades of Heather #A4BBC5

Tints of Heather #A4BBC5

Color information

#A4BBC5 (or 0xA4BBC5) is unknown color: approx Heather. HEX triplet: A4, BB and C5. RGB value is (164,187,197). Sum of RGB (Red+Green+Blue) = 164+187+197=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 197 - color contains mainly: blue. Hex color #A4BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBC5 is #5B443A. Grayscale: #B5B5B5. Windows color (decimal): -5981243 or 12958628. OLE color: 12958628.

HSL color Cylindrical-coordinate representation of color #A4BBC5: hue angle of 198.18º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4BBC5 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB164187197-
CMYK0.170.0500.23
HSL198.18º22.15%70.78%-
HSV(B)198.18º16.75%77.25%-
XYZ43.1647.4659.71-
YUV181.26136.88115.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.93%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 197 (77.34% from 255) = 35.95%
R=29.93%
G=34.12%
B=35.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641871970.170.0500.23198.1822.1570.78
HexA4BBC5115017c61647
Octal24427330521502730626107
Binary1010010010111011110001011000110101011111000110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBC5; }

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

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

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

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

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

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

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

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