#A1B3BE

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

Shades of Heather #A1B3BE

Tints of Heather #A1B3BE

Color information

#A1B3BE (or 0xA1B3BE) is unknown color: approx Heather. HEX triplet: A1, B3 and BE. RGB value is (161,179,190). Sum of RGB (Red+Green+Blue) = 161+179+190=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #A1B3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B3BE is #5E4C41. Grayscale: #AEAEAE. Windows color (decimal): -6179906 or 12497825. OLE color: 12497825.

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

Color convert

RGB161179190-
CMYK0.150.0600.25
HSL202.76º18.24%68.82%-
HSV(B)202.76º15.26%74.51%-
XYZ40.1143.5355-
YUV174.87136.54118.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=30.38%
G=33.77%
B=35.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611791900.150.0600.25202.7618.2468.82
HexA1B3BEF6019cb1245
Octal24126327617603131322105
Binary101000011011001110111110111111001100111001011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B3BE; }

 p { color: rgb(161,179,190); }

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

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

 a { background-color: rgb(161,179,190); }

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

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

 span { border-color: rgb(161,179,190); }

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