#A1B4BF

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

Shades of Heather #A1B4BF

Tints of Heather #A1B4BF

Color information

#A1B4BF (or 0xA1B4BF) is unknown color: approx Heather. HEX triplet: A1, B4 and BF. RGB value is (161,180,191). Sum of RGB (Red+Green+Blue) = 161+180+191=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #A1B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B4BF is #5E4B40. Grayscale: #AFAFAF. Windows color (decimal): -6179649 or 12563617. OLE color: 12563617.

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

Color convert

RGB161180191-
CMYK0.160.0600.25
HSL202º18.99%69.02%-
HSV(B)202º15.71%74.9%-
XYZ40.4243.9855.65-
YUV175.57136.71117.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 180 (70.70% from 255) = 33.83%
BLUE value IS 191 (75% from 255) = 35.90%
R=30.26%
G=33.83%
B=35.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611801910.160.0600.2520218.9969.02
HexA1B4BF106019ca1345
Octal24126427720603131223105
Binary1010000110110100101111111000011001100111001010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B4BF; }

 p { color: rgb(161,180,191); }

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

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

 a { background-color: rgb(161,180,191); }

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

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

 span { border-color: rgb(161,180,191); }

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