#A3B4BB

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

Shades of Casper #A3B4BB

Tints of Casper #A3B4BB

Color information

#A3B4BB (or 0xA3B4BB) is unknown color: approx Casper. HEX triplet: A3, B4 and BB. RGB value is (163,180,187). Sum of RGB (Red+Green+Blue) = 163+180+187=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #A3B4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B4BB is #5C4B44. Grayscale: #AFAFAF. Windows color (decimal): -6048581 or 12301475. OLE color: 12301475.

HSL color Cylindrical-coordinate representation of color #A3B4BB: hue angle of 197.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3B4BB is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163180187-
CMYK0.130.0400.27
HSL197.5º15%68.63%-
HSV(B)197.5º12.83%73.33%-
XYZ40.444.0253.38-
YUV175.72134.37118.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=30.75%
G=33.96%
B=35.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631801870.130.0400.27197.51568.63
HexA3B4BBD401Bc6f45
Octal24326427315403330617105
Binary10100011101101001011101111011000110111100011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B4BB; }

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

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

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

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

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

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

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

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