#A3BFC9

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

Shades of Heather #A3BFC9

Tints of Heather #A3BFC9

Color information

#A3BFC9 (or 0xA3BFC9) is unknown color: approx Heather. HEX triplet: A3, BF and C9. RGB value is (163,191,201). Sum of RGB (Red+Green+Blue) = 163+191+201=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 201 - color contains mainly: blue. Hex color #A3BFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFC9 is #5C4036. Grayscale: #B7B7B7. Windows color (decimal): -6045751 or 13221795. OLE color: 13221795.

HSL color Cylindrical-coordinate representation of color #A3BFC9: hue angle of 195.79º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3BFC9 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163191201-
CMYK0.190.0500.21
HSL195.79º26.03%71.37%-
HSV(B)195.79º18.91%78.82%-
XYZ44.2849.2762.43-
YUV183.77137.72113.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.37%
GREEN value IS 191 (75% from 255) = 34.41%
BLUE value IS 201 (78.91% from 255) = 36.22%
R=29.37%
G=34.41%
B=36.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631912010.190.0500.21195.7926.0371.37
HexA3BFC9135015c41a47
Octal24327731123502530432107
Binary1010001110111111110010011001110101010111000100110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BFC9; }

 p { color: rgb(163,191,201); }

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

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

 a { background-color: rgb(163,191,201); }

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

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

 span { border-color: rgb(163,191,201); }

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