#A1B4BB

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

Shades of Casper #A1B4BB

Tints of Casper #A1B4BB

Color information

#A1B4BB (or 0xA1B4BB) is unknown color: approx Casper. HEX triplet: A1, B4 and BB. RGB value is (161,180,187). Sum of RGB (Red+Green+Blue) = 161+180+187=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #A1B4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B4BB is #5E4B44. Grayscale: #AFAFAF. Windows color (decimal): -6179653 or 12301473. OLE color: 12301473.

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

Color convert

RGB161180187-
CMYK0.140.0400.27
HSL196.15º16.05%68.24%-
HSV(B)196.15º13.9%73.33%-
XYZ39.9943.8153.36-
YUV175.12134.71117.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=30.49%
G=34.09%
B=35.42%

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
Decimal1611801870.140.0400.27196.1516.0568.24
HexA1B4BBE401Bc41044
Octal24126427316403330420104
Binary101000011011010010111011111010001101111000100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B4BB; }

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

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

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

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

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

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

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

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