#A5B1BC

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

Shades of Heather #A5B1BC

Tints of Heather #A5B1BC

Color information

#A5B1BC (or 0xA5B1BC) is unknown color: approx Heather. HEX triplet: A5, B1 and BC. RGB value is (165,177,188). Sum of RGB (Red+Green+Blue) = 165+177+188=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B1BC is #5A4E43. Grayscale: #AEAEAE. Windows color (decimal): -5918276 or 12366245. OLE color: 12366245.

HSL color Cylindrical-coordinate representation of color #A5B1BC: hue angle of 208.7º 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 #A5B1BC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165177188-
CMYK0.120.0600.26
HSL208.7º14.65%69.22%-
HSV(B)208.7º12.23%73.73%-
XYZ40.3243.0753.77-
YUV174.67135.52121.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=31.13%
G=33.40%
B=35.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651771880.120.0600.26208.714.6569.22
HexA5B1BCC601Ad1f45
Octal24526127414603232117105
Binary10100101101100011011110011001100110101101000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B1BC; }

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

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

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

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

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

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

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

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