#A3BAC1

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

Shades of Casper #A3BAC1

Tints of Casper #A3BAC1

Color information

#A3BAC1 (or 0xA3BAC1) is unknown color: approx Casper. HEX triplet: A3, BA and C1. RGB value is (163,186,193). Sum of RGB (Red+Green+Blue) = 163+186+193=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #A3BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BAC1 is #5C453E. Grayscale: #B3B3B3. Windows color (decimal): -6047039 or 12696227. OLE color: 12696227.

HSL color Cylindrical-coordinate representation of color #A3BAC1: hue angle of 194º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3BAC1 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163186193-
CMYK0.160.0400.24
HSL194º19.48%69.8%-
HSV(B)194º15.54%75.69%-
XYZ42.2946.7557.25-
YUV179.92135.38115.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.07%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 193 (75.78% from 255) = 35.61%
R=30.07%
G=34.32%
B=35.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631861930.160.0400.2419419.4869.8
HexA3BAC1104018c21346
Octal24327230120403030223106
Binary1010001110111010110000011000010001100011000010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BAC1; }

 p { color: rgb(163,186,193); }

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

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

 a { background-color: rgb(163,186,193); }

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

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

 span { border-color: rgb(163,186,193); }

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