#A5B1BD

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

Shades of Heather #A5B1BD

Tints of Heather #A5B1BD

Color information

#A5B1BD (or 0xA5B1BD) is unknown color: approx Heather. HEX triplet: A5, B1 and BD. RGB value is (165,177,189). Sum of RGB (Red+Green+Blue) = 165+177+189=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 189 - color contains mainly: blue. Hex color #A5B1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B1BD is #5A4E42. Grayscale: #AEAEAE. Windows color (decimal): -5918275 or 12431781. OLE color: 12431781.

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

Color convert

RGB165177189-
CMYK0.130.0600.26
HSL210º15.38%69.41%-
HSV(B)210º12.7%74.12%-
XYZ40.4243.1254.34-
YUV174.78136.02121.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.07%
GREEN value IS 177 (69.53% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=31.07%
G=33.33%
B=35.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651771890.130.0600.2621015.3869.41
HexA5B1BDD601Ad2f45
Octal24526127515603232217105
Binary10100101101100011011110111011100110101101001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B1BD; }

 p { color: rgb(165,177,189); }

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

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

 a { background-color: rgb(165,177,189); }

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

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

 span { border-color: rgb(165,177,189); }

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