#A9BCC4

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

Shades of Heather #A9BCC4

Tints of Heather #A9BCC4

Color information

#A9BCC4 (or 0xA9BCC4) is unknown color: approx Heather. HEX triplet: A9, BC and C4. RGB value is (169,188,196). Sum of RGB (Red+Green+Blue) = 169+188+196=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 196 - color contains mainly: blue. Hex color #A9BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCC4 is #56433B. Grayscale: #B7B7B7. Windows color (decimal): -5653308 or 12893353. OLE color: 12893353.

HSL color Cylindrical-coordinate representation of color #A9BCC4: hue angle of 197.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9BCC4 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB169188196-
CMYK0.140.0400.23
HSL197.78º18.62%71.57%-
HSV(B)197.78º13.78%76.86%-
XYZ44.3148.3959.23-
YUV183.23135.21117.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.56%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 196 (76.95% from 255) = 35.44%
R=30.56%
G=34.00%
B=35.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691881960.140.0400.23197.7818.6271.57
HexA9BCC4E4017c61348
Octal25127430416402730623110
Binary101010011011110011000100111010001011111000110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCC4; }

 p { color: rgb(169,188,196); }

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

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

 a { background-color: rgb(169,188,196); }

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

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

 span { border-color: rgb(169,188,196); }

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