#A3B9CC

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

Shades of Heather #A3B9CC

Tints of Heather #A3B9CC

Color information

#A3B9CC (or 0xA3B9CC) is unknown color: approx Heather. HEX triplet: A3, B9 and CC. RGB value is (163,185,204). Sum of RGB (Red+Green+Blue) = 163+185+204=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #A3B9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B9CC is #5C4633. Grayscale: #B4B4B4. Windows color (decimal): -6047284 or 13416867. OLE color: 13416867.

HSL color Cylindrical-coordinate representation of color #A3B9CC: hue angle of 207.8º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3B9CC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB163185204-
CMYK0.200.0900.2
HSL207.8º28.67%71.96%-
HSV(B)207.8º20.1%80%-
XYZ43.3546.8463.88-
YUV180.59141.21115.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.53%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=29.53%
G=33.51%
B=36.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1631852040.200.0900.2207.828.6771.96
HexA3B9CC149014d01d48
Octal243271314241102432035110
Binary10100011101110011100110010100100101010011010000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B9CC; }

 p { color: rgb(163,185,204); }

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

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

 a { background-color: rgb(163,185,204); }

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

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

 span { border-color: rgb(163,185,204); }

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