#A1B9BE

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

Shades of Casper #A1B9BE

Tints of Casper #A1B9BE

Color information

#A1B9BE (or 0xA1B9BE) is unknown color: approx Casper. HEX triplet: A1, B9 and BE. RGB value is (161,185,190). Sum of RGB (Red+Green+Blue) = 161+185+190=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #A1B9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B9BE is #5E4641. Grayscale: #B2B2B2. Windows color (decimal): -6178370 or 12499361. OLE color: 12499361.

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

Color convert

RGB161185190-
CMYK0.150.0300.25
HSL190.34º18.24%68.82%-
HSV(B)190.34º15.26%74.51%-
XYZ41.3445.9955.41-
YUV178.39134.55115.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.04%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=30.04%
G=34.51%
B=35.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611851900.150.0300.25190.3418.2468.82
HexA1B9BEF3019be1245
Octal24127127617303127622105
Binary10100001101110011011111011111101100110111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B9BE; }

 p { color: rgb(161,185,190); }

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

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

 a { background-color: rgb(161,185,190); }

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

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

 span { border-color: rgb(161,185,190); }

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