#A1B3BB

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

Shades of Casper #A1B3BB

Tints of Casper #A1B3BB

Color information

#A1B3BB (or 0xA1B3BB) is unknown color: approx Casper. HEX triplet: A1, B3 and BB. RGB value is (161,179,187). Sum of RGB (Red+Green+Blue) = 161+179+187=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #A1B3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B3BB is #5E4C44. Grayscale: #AEAEAE. Windows color (decimal): -6179909 or 12301217. OLE color: 12301217.

HSL color Cylindrical-coordinate representation of color #A1B3BB: hue angle of 198.46º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1B3BB is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161179187-
CMYK0.140.0400.27
HSL198.46º16.05%68.24%-
HSV(B)198.46º13.9%73.33%-
XYZ39.7943.4153.29-
YUV174.53135.04118.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.55%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=30.55%
G=33.97%
B=35.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611791870.140.0400.27198.4616.0568.24
HexA1B3BBE401Bc61044
Octal24126327316403330620104
Binary101000011011001110111011111010001101111000110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B3BB; }

 p { color: rgb(161,179,187); }

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

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

 a { background-color: rgb(161,179,187); }

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

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

 span { border-color: rgb(161,179,187); }

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