#A9BFCC

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

Shades of Heather #A9BFCC

Tints of Heather #A9BFCC

Color information

#A9BFCC (or 0xA9BFCC) is unknown color: approx Heather. HEX triplet: A9, BF and CC. RGB value is (169,191,204). Sum of RGB (Red+Green+Blue) = 169+191+204=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #A9BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFCC is #564033. Grayscale: #B9B9B9. Windows color (decimal): -5652532 or 13418409. OLE color: 13418409.

HSL color Cylindrical-coordinate representation of color #A9BFCC: hue angle of 202.29º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9BFCC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169191204-
CMYK0.170.0600.2
HSL202.29º25.55%73.14%-
HSV(B)202.29º17.16%80%-
XYZ45.8950.0664.37-
YUV185.9138.21115.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.96%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=29.96%
G=33.87%
B=36.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691912040.170.0600.2202.2925.5573.14
HexA9BFCC116014ca1a49
Octal25127731421602431232111
Binary1010100110111111110011001000111001010011001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BFCC; }

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

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

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

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

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

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

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

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