#A9BBC1

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

Shades of Heather #A9BBC1

Tints of Heather #A9BBC1

Color information

#A9BBC1 (or 0xA9BBC1) is unknown color: approx Heather. HEX triplet: A9, BB and C1. RGB value is (169,187,193). Sum of RGB (Red+Green+Blue) = 169+187+193=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #A9BBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBC1 is #56443E. Grayscale: #B6B6B6. Windows color (decimal): -5653567 or 12696489. OLE color: 12696489.

HSL color Cylindrical-coordinate representation of color #A9BBC1: hue angle of 195º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9BBC1 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169187193-
CMYK0.120.0300.24
HSL195º16.22%70.98%-
HSV(B)195º12.44%75.69%-
XYZ43.7647.8357.38-
YUV182.3134.04118.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.78%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 193 (75.78% from 255) = 35.15%
R=30.78%
G=34.06%
B=35.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691871930.120.0300.2419516.2270.98
HexA9BBC1C3018c31047
Octal25127330114303030320107
Binary10101001101110111100000111001101100011000011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBC1; }

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

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

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

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

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

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

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

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