#A3B5BC

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

Shades of Casper #A3B5BC

Tints of Casper #A3B5BC

Color information

#A3B5BC (or 0xA3B5BC) is unknown color: approx Casper. HEX triplet: A3, B5 and BC. RGB value is (163,181,188). Sum of RGB (Red+Green+Blue) = 163+181+188=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3B5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B5BC is #5C4A43. Grayscale: #B0B0B0. Windows color (decimal): -6048324 or 12367267. OLE color: 12367267.

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

Color convert

RGB163181188-
CMYK0.130.0400.26
HSL196.8º15.72%68.82%-
HSV(B)196.8º13.3%73.73%-
XYZ40.7144.4754.01-
YUV176.42134.54118.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.64%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=30.64%
G=34.02%
B=35.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631811880.130.0400.26196.815.7268.82
HexA3B5BCD401Ac51045
Octal24326527415403230520105
Binary101000111011010110111100110110001101011000101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B5BC; }

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

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

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

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

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

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

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

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