#A3B7BE

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

Shades of Casper #A3B7BE

Tints of Casper #A3B7BE

Color information

#A3B7BE (or 0xA3B7BE) is unknown color: approx Casper. HEX triplet: A3, B7 and BE. RGB value is (163,183,190). Sum of RGB (Red+Green+Blue) = 163+183+190=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #A3B7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B7BE is #5C4841. Grayscale: #B1B1B1. Windows color (decimal): -6047810 or 12498851. OLE color: 12498851.

HSL color Cylindrical-coordinate representation of color #A3B7BE: hue angle of 195.56º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3B7BE is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163183190-
CMYK0.140.0400.25
HSL195.56º17.2%69.22%-
HSV(B)195.56º14.21%74.51%-
XYZ41.3345.3755.29-
YUV177.82134.87117.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.41%
GREEN value IS 183 (71.88% from 255) = 34.14%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=30.41%
G=34.14%
B=35.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631831900.140.0400.25195.5617.269.22
HexA3B7BEE4019c41145
Octal24326727616403130421105
Binary101000111011011110111110111010001100111000100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B7BE; }

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

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

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

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

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

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

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

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