#A1B8BA

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

Shades of Casper #A1B8BA

Tints of Casper #A1B8BA

Color information

#A1B8BA (or 0xA1B8BA) is unknown color: approx Casper. HEX triplet: A1, B8 and BA. RGB value is (161,184,186). Sum of RGB (Red+Green+Blue) = 161+184+186=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 186 - color contains mainly: blue. Hex color #A1B8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B8BA is #5E4745. Grayscale: #B1B1B1. Windows color (decimal): -6178630 or 12236961. OLE color: 12236961.

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

Color convert

RGB161184186-
CMYK0.130.0100.27
HSL184.8º15.34%68.04%-
HSV(B)184.8º13.44%72.94%-
XYZ40.745.453.07-
YUV177.35132.88116.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=30.32%
G=34.65%
B=35.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611841860.130.0100.27184.815.3468.04
HexA1B8BAD101Bb9f44
Octal24127027215103327117104
Binary101000011011100010111010110110110111011100111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B8BA; }

 p { color: rgb(161,184,186); }

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

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

 a { background-color: rgb(161,184,186); }

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

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

 span { border-color: rgb(161,184,186); }

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