#A3BECD

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

Shades of Heather #A3BECD

Tints of Heather #A3BECD

Color information

#A3BECD (or 0xA3BECD) is unknown color: approx Heather. HEX triplet: A3, BE and CD. RGB value is (163,190,205). Sum of RGB (Red+Green+Blue) = 163+190+205=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3BECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BECD is #5C4132. Grayscale: #B7B7B7. Windows color (decimal): -6046003 or 13483683. OLE color: 13483683.

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

Color convert

RGB163190205-
CMYK0.200.0700.20
HSL201.43º29.58%72.16%-
HSV(B)201.43º20.49%80.39%-
XYZ44.5449.0264.87-
YUV183.64140.05113.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.21%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=29.21%
G=34.05%
B=36.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631902050.200.0700.20201.4329.5872.16
HexA3BECD147014c91e48
Octal24327631524702431136110
Binary1010001110111110110011011010011101010011001001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BECD; }

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

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

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

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

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

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

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

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