#A5B3BC

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

Shades of Heather #A5B3BC

Tints of Heather #A5B3BC

Color information

#A5B3BC (or 0xA5B3BC) is unknown color: approx Heather. HEX triplet: A5, B3 and BC. RGB value is (165,179,188). Sum of RGB (Red+Green+Blue) = 165+179+188=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5B3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B3BC is #5A4C43. Grayscale: #AFAFAF. Windows color (decimal): -5917764 or 12366757. OLE color: 12366757.

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

Color convert

RGB165179188-
CMYK0.120.0500.26
HSL203.48º14.65%69.22%-
HSV(B)203.48º12.23%73.73%-
XYZ40.7143.8753.9-
YUV175.84134.86120.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.02%
GREEN value IS 179 (70.31% from 255) = 33.65%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=31.02%
G=33.65%
B=35.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651791880.120.0500.26203.4814.6569.22
HexA5B3BCC501Acbf45
Octal24526327414503231317105
Binary10100101101100111011110011001010110101100101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B3BC; }

 p { color: rgb(165,179,188); }

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

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

 a { background-color: rgb(165,179,188); }

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

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

 span { border-color: rgb(165,179,188); }

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