#A3BCCC

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

Shades of Heather #A3BCCC

Tints of Heather #A3BCCC

Color information

#A3BCCC (or 0xA3BCCC) is unknown color: approx Heather. HEX triplet: A3, BC and CC. RGB value is (163,188,204). Sum of RGB (Red+Green+Blue) = 163+188+204=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #A3BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCCC is #5C4333. Grayscale: #B6B6B6. Windows color (decimal): -6046516 or 13417635. OLE color: 13417635.

HSL color Cylindrical-coordinate representation of color #A3BCCC: hue angle of 203.41º 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 #A3BCCC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB163188204-
CMYK0.200.0800.2
HSL203.41º28.67%71.96%-
HSV(B)203.41º20.1%80%-
XYZ43.9948.1164.1-
YUV182.35140.22114.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.37%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=29.37%
G=33.87%
B=36.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1631882040.200.0800.2203.4128.6771.96
HexA3BCCC148014cb1d48
Octal243274314241002431335110
Binary10100011101111001100110010100100001010011001011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BCCC; }

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

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

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

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

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

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

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

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