#A3B8BC

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

Shades of Casper #A3B8BC

Tints of Casper #A3B8BC

Color information

#A3B8BC (or 0xA3B8BC) is unknown color: approx Casper. HEX triplet: A3, B8 and BC. RGB value is (163,184,188). Sum of RGB (Red+Green+Blue) = 163+184+188=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3B8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B8BC is #5C4743. Grayscale: #B2B2B2. Windows color (decimal): -6047556 or 12368035. OLE color: 12368035.

HSL color Cylindrical-coordinate representation of color #A3B8BC: hue angle of 189.6º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3B8BC is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163184188-
CMYK0.130.0200.26
HSL189.6º15.72%68.82%-
HSV(B)189.6º13.3%73.73%-
XYZ41.3245.754.22-
YUV178.18133.54117.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.47%
GREEN value IS 184 (72.27% from 255) = 34.39%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=30.47%
G=34.39%
B=35.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631841880.130.0200.26189.615.7268.82
HexA3B8BCD201Abe1045
Octal24327027415203227620105
Binary10100011101110001011110011011001101010111110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B8BC; }

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

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

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

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

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

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

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

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