#A3B8BF

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

Shades of Casper #A3B8BF

Tints of Casper #A3B8BF

Color information

#A3B8BF (or 0xA3B8BF) is unknown color: approx Casper. HEX triplet: A3, B8 and BF. RGB value is (163,184,191). Sum of RGB (Red+Green+Blue) = 163+184+191=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #A3B8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B8BF is #5C4740. Grayscale: #B2B2B2. Windows color (decimal): -6047553 or 12564643. OLE color: 12564643.

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

Color convert

RGB163184191-
CMYK0.150.0400.25
HSL195º17.95%69.41%-
HSV(B)195º14.66%74.9%-
XYZ41.6545.8355.94-
YUV178.52135.04116.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.30%
GREEN value IS 184 (72.27% from 255) = 34.20%
BLUE value IS 191 (75% from 255) = 35.50%
R=30.30%
G=34.20%
B=35.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631841910.150.0400.2519517.9569.41
HexA3B8BFF4019c31245
Octal24327027717403130322105
Binary101000111011100010111111111110001100111000011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B8BF; }

 p { color: rgb(163,184,191); }

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

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

 a { background-color: rgb(163,184,191); }

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

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

 span { border-color: rgb(163,184,191); }

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