#A3BFC8

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

Shades of Heather #A3BFC8

Tints of Heather #A3BFC8

Color information

#A3BFC8 (or 0xA3BFC8) is unknown color: approx Heather. HEX triplet: A3, BF and C8. RGB value is (163,191,200). Sum of RGB (Red+Green+Blue) = 163+191+200=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 200 - color contains mainly: blue. Hex color #A3BFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFC8 is #5C4037. Grayscale: #B7B7B7. Windows color (decimal): -6045752 or 13156259. OLE color: 13156259.

HSL color Cylindrical-coordinate representation of color #A3BFC8: hue angle of 194.59º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3BFC8 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB163191200-
CMYK0.180.0400.22
HSL194.59º25.17%71.18%-
HSV(B)194.59º18.5%78.43%-
XYZ44.1649.2261.82-
YUV183.65137.22113.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.42%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 200 (78.52% from 255) = 36.10%
R=29.42%
G=34.48%
B=36.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631912000.180.0400.22194.5925.1771.18
HexA3BFC8124016c31947
Octal24327731022402630331107
Binary1010001110111111110010001001010001011011000011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BFC8; }

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

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

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

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

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

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

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

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