#A3BACD

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

Shades of Heather #A3BACD

Tints of Heather #A3BACD

Color information

#A3BACD (or 0xA3BACD) is unknown color: approx Heather. HEX triplet: A3, BA and CD. RGB value is (163,186,205). Sum of RGB (Red+Green+Blue) = 163+186+205=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BACD is #5C4532. Grayscale: #B5B5B5. Windows color (decimal): -6047027 or 13482659. OLE color: 13482659.

HSL color Cylindrical-coordinate representation of color #A3BACD: hue angle of 207.14º degrees, saturation: 0.3, 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 #A3BACD is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163186205-
CMYK0.200.0900.20
HSL207.14º29.58%72.16%-
HSV(B)207.14º20.49%80.39%-
XYZ43.6847.3164.59-
YUV181.29141.38114.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.42%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=29.42%
G=33.57%
B=37.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631862050.200.0900.20207.1429.5872.16
HexA3BACD149014cf1e48
Octal243272315241102431736110
Binary10100011101110101100110110100100101010011001111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BACD; }

 p { color: rgb(163,186,205); }

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

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

 a { background-color: rgb(163,186,205); }

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

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

 span { border-color: rgb(163,186,205); }

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