#A3BFCC

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

Shades of Heather #A3BFCC

Tints of Heather #A3BFCC

Color information

#A3BFCC (or 0xA3BFCC) is unknown color: approx Heather. HEX triplet: A3, BF and CC. RGB value is (163,191,204). Sum of RGB (Red+Green+Blue) = 163+191+204=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #A3BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFCC is #5C4033. Grayscale: #B8B8B8. Windows color (decimal): -6045748 or 13418403. OLE color: 13418403.

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

Color convert

RGB163191204-
CMYK0.200.0600.2
HSL199.02º28.67%71.96%-
HSV(B)199.02º20.1%80%-
XYZ44.6349.4164.31-
YUV184.11139.22112.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.21%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=29.21%
G=34.23%
B=36.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1631912040.200.0600.2199.0228.6771.96
HexA3BFCC146014c71d48
Octal24327731424602430735110
Binary1010001110111111110011001010011001010011000111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BFCC; }

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

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

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

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

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

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

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

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