#A3B9BE

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

Shades of Casper #A3B9BE

Tints of Casper #A3B9BE

Color information

#A3B9BE (or 0xA3B9BE) is unknown color: approx Casper. HEX triplet: A3, B9 and BE. RGB value is (163,185,190). Sum of RGB (Red+Green+Blue) = 163+185+190=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #A3B9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B9BE is #5C4641. Grayscale: #B2B2B2. Windows color (decimal): -6047298 or 12499363. OLE color: 12499363.

HSL color Cylindrical-coordinate representation of color #A3B9BE: hue angle of 191.11º 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 #A3B9BE is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163185190-
CMYK0.140.0300.25
HSL191.11º17.2%69.22%-
HSV(B)191.11º14.21%74.51%-
XYZ41.7546.255.43-
YUV178.99134.21116.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.30%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=30.30%
G=34.39%
B=35.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631851900.140.0300.25191.1117.269.22
HexA3B9BEE3019bf1145
Octal24327127616303127721105
Binary10100011101110011011111011101101100110111111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B9BE; }

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

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

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

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

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

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

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

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