#A3B4BC

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

Shades of Casper #A3B4BC

Tints of Casper #A3B4BC

Color information

#A3B4BC (or 0xA3B4BC) is unknown color: approx Casper. HEX triplet: A3, B4 and BC. RGB value is (163,180,188). Sum of RGB (Red+Green+Blue) = 163+180+188=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3B4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B4BC is #5C4B43. Grayscale: #AFAFAF. Windows color (decimal): -6048580 or 12367011. OLE color: 12367011.

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

Color convert

RGB163180188-
CMYK0.130.0400.26
HSL199.2º15.72%68.82%-
HSV(B)199.2º13.3%73.73%-
XYZ40.544.0653.95-
YUV175.83134.87118.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.70%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=30.70%
G=33.90%
B=35.40%

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
Decimal1631801880.130.0400.26199.215.7268.82
HexA3B4BCD401Ac71045
Octal24326427415403230720105
Binary101000111011010010111100110110001101011000111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B4BC; }

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

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

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

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

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

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

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

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