#A1BABD

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

Shades of Casper #A1BABD

Tints of Casper #A1BABD

Color information

#A1BABD (or 0xA1BABD) is unknown color: approx Casper. HEX triplet: A1, BA and BD. RGB value is (161,186,189). Sum of RGB (Red+Green+Blue) = 161+186+189=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #A1BABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BABD is #5E4542. Grayscale: #B2B2B2. Windows color (decimal): -6178115 or 12434081. OLE color: 12434081.

HSL color Cylindrical-coordinate representation of color #A1BABD: hue angle of 186.43º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BABD is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161186189-
CMYK0.150.0200.26
HSL186.43º17.5%68.63%-
HSV(B)186.43º14.81%74.12%-
XYZ41.4446.3754.91-
YUV178.87133.72115.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.04%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=30.04%
G=34.70%
B=35.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611861890.150.0200.26186.4317.568.63
HexA1BABDF201Aba1145
Octal24127227517203227221105
Binary10100001101110101011110111111001101010111010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BABD; }

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

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

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

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

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

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

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

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