#A1BACF

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

Shades of Heather #A1BACF

Tints of Heather #A1BACF

Color information

#A1BACF (or 0xA1BACF) is unknown color: approx Heather. HEX triplet: A1, BA and CF. RGB value is (161,186,207). Sum of RGB (Red+Green+Blue) = 161+186+207=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BACF is #5E4530. Grayscale: #B4B4B4. Windows color (decimal): -6178097 or 13613729. OLE color: 13613729.

HSL color Cylindrical-coordinate representation of color #A1BACF: hue angle of 207.39º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1BACF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161186207-
CMYK0.220.1000.19
HSL207.39º32.39%72.16%-
HSV(B)207.39º22.22%81.18%-
XYZ43.5247.265.85-
YUV180.92142.72113.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=29.06%
G=33.57%
B=37.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611862070.220.1000.19207.3932.3972.16
HexA1BACF16A013cf2048
Octal241272317261202331740110
Binary101000011011101011001111101101010010011110011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BACF; }

 p { color: rgb(161,186,207); }

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

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

 a { background-color: rgb(161,186,207); }

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

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

 span { border-color: rgb(161,186,207); }

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