#A3B6BE

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

Shades of Casper #A3B6BE

Tints of Casper #A3B6BE

Color information

#A3B6BE (or 0xA3B6BE) is unknown color: approx Casper. HEX triplet: A3, B6 and BE. RGB value is (163,182,190). Sum of RGB (Red+Green+Blue) = 163+182+190=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #A3B6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B6BE is #5C4941. Grayscale: #B1B1B1. Windows color (decimal): -6048066 or 12498595. OLE color: 12498595.

HSL color Cylindrical-coordinate representation of color #A3B6BE: hue angle of 197.78º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3B6BE is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163182190-
CMYK0.140.0400.25
HSL197.78º17.2%69.22%-
HSV(B)197.78º14.21%74.51%-
XYZ41.1344.9655.23-
YUV177.23135.21117.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.47%
GREEN value IS 182 (71.48% from 255) = 34.02%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=30.47%
G=34.02%
B=35.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631821900.140.0400.25197.7817.269.22
HexA3B6BEE4019c61145
Octal24326627616403130621105
Binary101000111011011010111110111010001100111000110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B6BE; }

 p { color: rgb(163,182,190); }

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

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

 a { background-color: rgb(163,182,190); }

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

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

 span { border-color: rgb(163,182,190); }

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