#A9BBC5

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

Shades of Heather #A9BBC5

Tints of Heather #A9BBC5

Color information

#A9BBC5 (or 0xA9BBC5) is unknown color: approx Heather. HEX triplet: A9, BB and C5. RGB value is (169,187,197). Sum of RGB (Red+Green+Blue) = 169+187+197=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 197 - color contains mainly: blue. Hex color #A9BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBC5 is #56443A. Grayscale: #B6B6B6. Windows color (decimal): -5653563 or 12958633. OLE color: 12958633.

HSL color Cylindrical-coordinate representation of color #A9BBC5: hue angle of 201.43º 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 #A9BBC5 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB169187197-
CMYK0.140.0500.23
HSL201.43º19.44%71.76%-
HSV(B)201.43º14.21%77.25%-
XYZ44.2148.0159.76-
YUV182.76136.04118.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.56%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 197 (77.34% from 255) = 35.62%
R=30.56%
G=33.82%
B=35.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691871970.140.0500.23201.4319.4471.76
HexA9BBC5E5017c91348
Octal25127330516502731123110
Binary101010011011101111000101111010101011111001001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBC5; }

 p { color: rgb(169,187,197); }

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

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

 a { background-color: rgb(169,187,197); }

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

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

 span { border-color: rgb(169,187,197); }

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