#A3BBC1

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

Shades of Casper #A3BBC1

Tints of Casper #A3BBC1

Color information

#A3BBC1 (or 0xA3BBC1) is unknown color: approx Casper. HEX triplet: A3, BB and C1. RGB value is (163,187,193). Sum of RGB (Red+Green+Blue) = 163+187+193=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 193 - color contains mainly: blue. Hex color #A3BBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBC1 is #5C443E. Grayscale: #B4B4B4. Windows color (decimal): -6046783 or 12696483. OLE color: 12696483.

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

Color convert

RGB163187193-
CMYK0.160.0300.24
HSL192º19.48%69.8%-
HSV(B)192º15.54%75.69%-
XYZ42.547.1857.32-
YUV180.51135.05115.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=30.02%
G=34.44%
B=35.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631871930.160.0300.2419219.4869.8
HexA3BBC1103018c01346
Octal24327330120303030023106
Binary101000111011101111000001100001101100011000000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BBC1; }

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

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

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

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

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

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

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

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