#A1B5BE

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

Shades of Casper #A1B5BE

Tints of Casper #A1B5BE

Color information

#A1B5BE (or 0xA1B5BE) is unknown color: approx Casper. HEX triplet: A1, B5 and BE. RGB value is (161,181,190). Sum of RGB (Red+Green+Blue) = 161+181+190=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #A1B5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B5BE is #5E4A41. Grayscale: #AFAFAF. Windows color (decimal): -6179394 or 12498337. OLE color: 12498337.

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

Color convert

RGB161181190-
CMYK0.150.0500.25
HSL198.62º18.24%68.82%-
HSV(B)198.62º15.26%74.51%-
XYZ40.5244.3455.14-
YUV176.05135.87117.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=30.26%
G=34.02%
B=35.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611811900.150.0500.25198.6218.2468.82
HexA1B5BEF5019c71245
Octal24126527617503130722105
Binary101000011011010110111110111110101100111000111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B5BE; }

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

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

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

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

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

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

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

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