#A3BFC5

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

Shades of Heather #A3BFC5

Tints of Heather #A3BFC5

Color information

#A3BFC5 (or 0xA3BFC5) is unknown color: approx Heather. HEX triplet: A3, BF and C5. RGB value is (163,191,197). Sum of RGB (Red+Green+Blue) = 163+191+197=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 197 - color contains mainly: blue. Hex color #A3BFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFC5 is #5C403A. Grayscale: #B7B7B7. Windows color (decimal): -6045755 or 12959651. OLE color: 12959651.

HSL color Cylindrical-coordinate representation of color #A3BFC5: hue angle of 190.59º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3BFC5 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB163191197-
CMYK0.170.0300.23
HSL190.59º22.67%70.59%-
HSV(B)190.59º17.26%77.25%-
XYZ43.8149.0859.99-
YUV183.31135.72113.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.58%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 197 (77.34% from 255) = 35.75%
R=29.58%
G=34.66%
B=35.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631911970.170.0300.23190.5922.6770.59
HexA3BFC5113017bf1747
Octal24327730521302727727107
Binary101000111011111111000101100011101011110111111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BFC5; }

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

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

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

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

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

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

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

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