#A9BFC8

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

Shades of Heather #A9BFC8

Tints of Heather #A9BFC8

Color information

#A9BFC8 (or 0xA9BFC8) is unknown color: approx Heather. HEX triplet: A9, BF and C8. RGB value is (169,191,200). Sum of RGB (Red+Green+Blue) = 169+191+200=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 200 - color contains mainly: blue. Hex color #A9BFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFC8 is #564037. Grayscale: #B9B9B9. Windows color (decimal): -5652536 or 13156265. OLE color: 13156265.

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

Color convert

RGB169191200-
CMYK0.160.0400.22
HSL197.42º21.99%72.35%-
HSV(B)197.42º15.5%78.43%-
XYZ45.4249.8761.88-
YUV185.45136.21116.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.18%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 200 (78.52% from 255) = 35.71%
R=30.18%
G=34.11%
B=35.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691912000.160.0400.22197.4221.9972.35
HexA9BFC8104016c51648
Octal25127731020402630526110
Binary1010100110111111110010001000010001011011000101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BFC8; }

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

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

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

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

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

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

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

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