#A4BDC5

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

Shades of Heather #A4BDC5

Tints of Heather #A4BDC5

Color information

#A4BDC5 (or 0xA4BDC5) is unknown color: approx Heather. HEX triplet: A4, BD and C5. RGB value is (164,189,197). Sum of RGB (Red+Green+Blue) = 164+189+197=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 197 - color contains mainly: blue. Hex color #A4BDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDC5 is #5B423A. Grayscale: #B6B6B6. Windows color (decimal): -5980731 or 12959140. OLE color: 12959140.

HSL color Cylindrical-coordinate representation of color #A4BDC5: hue angle of 194.55º 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 #A4BDC5 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB164189197-
CMYK0.170.0400.23
HSL194.55º22.15%70.78%-
HSV(B)194.55º16.75%77.25%-
XYZ43.5948.3259.85-
YUV182.44136.22114.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.82%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 197 (77.34% from 255) = 35.82%
R=29.82%
G=34.36%
B=35.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641891970.170.0400.23194.5522.1570.78
HexA4BDC5114017c31647
Octal24427530521402730326107
Binary1010010010111101110001011000110001011111000011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDC5; }

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

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

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

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

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

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

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

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