#A3BFCD

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

Shades of Heather #A3BFCD

Tints of Heather #A3BFCD

Color information

#A3BFCD (or 0xA3BFCD) is unknown color: approx Heather. HEX triplet: A3, BF and CD. RGB value is (163,191,205). Sum of RGB (Red+Green+Blue) = 163+191+205=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFCD is #5C4032. Grayscale: #B8B8B8. Windows color (decimal): -6045747 or 13483939. OLE color: 13483939.

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

Color convert

RGB163191205-
CMYK0.200.0700.20
HSL200º29.58%72.16%-
HSV(B)200º20.49%80.39%-
XYZ44.7549.4664.94-
YUV184.22139.72112.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.16%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=29.16%
G=34.17%
B=36.67%

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
Decimal1631912050.200.0700.2020029.5872.16
HexA3BFCD147014c81e48
Octal24327731524702431036110
Binary1010001110111111110011011010011101010011001000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BFCD; }

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

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

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

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

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

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

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

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