#A1BACD

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

Shades of Heather #A1BACD

Tints of Heather #A1BACD

Color information

#A1BACD (or 0xA1BACD) is unknown color: approx Heather. HEX triplet: A1, BA and CD. RGB value is (161,186,205). Sum of RGB (Red+Green+Blue) = 161+186+205=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BACD is #5E4532. Grayscale: #B4B4B4. Windows color (decimal): -6178099 or 13482657. OLE color: 13482657.

HSL color Cylindrical-coordinate representation of color #A1BACD: hue angle of 205.91º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1BACD is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161186205-
CMYK0.210.0900.20
HSL205.91º30.56%71.76%-
HSV(B)205.91º21.46%80.39%-
XYZ43.2847.164.57-
YUV180.69141.72113.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.17%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=29.17%
G=33.70%
B=37.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611862050.210.0900.20205.9130.5671.76
HexA1BACD159014ce1f48
Octal241272315251102431637110
Binary10100001101110101100110110101100101010011001110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BACD; }

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

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

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

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

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

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

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

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