#A3B9BC

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

Shades of Casper #A3B9BC

Tints of Casper #A3B9BC

Color information

#A3B9BC (or 0xA3B9BC) is unknown color: approx Casper. HEX triplet: A3, B9 and BC. RGB value is (163,185,188). Sum of RGB (Red+Green+Blue) = 163+185+188=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3B9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B9BC is #5C4643. Grayscale: #B2B2B2. Windows color (decimal): -6047300 or 12368291. OLE color: 12368291.

HSL color Cylindrical-coordinate representation of color #A3B9BC: hue angle of 187.2º 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 #A3B9BC is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163185188-
CMYK0.130.0200.26
HSL187.2º15.72%68.82%-
HSV(B)187.2º13.3%73.73%-
XYZ41.5346.1254.29-
YUV178.76133.21116.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.41%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 188 (73.83% from 255) = 35.07%
R=30.41%
G=34.51%
B=35.07%

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
Decimal1631851880.130.0200.26187.215.7268.82
HexA3B9BCD201Abb1045
Octal24327127415203227320105
Binary10100011101110011011110011011001101010111011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B9BC; }

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

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

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

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

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

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

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

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