#A9B6BB

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

Shades of Casper #A9B6BB

Tints of Casper #A9B6BB

Color information

#A9B6BB (or 0xA9B6BB) is unknown color: approx Casper. HEX triplet: A9, B6 and BB. RGB value is (169,182,187). Sum of RGB (Red+Green+Blue) = 169+182+187=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #A9B6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B6BB is #564944. Grayscale: #B2B2B2. Windows color (decimal): -5654853 or 12301993. OLE color: 12301993.

HSL color Cylindrical-coordinate representation of color #A9B6BB: hue angle of 196.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9B6BB is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169182187-
CMYK0.100.0300.27
HSL196.67º11.69%69.8%-
HSV(B)196.67º9.63%73.33%-
XYZ42.0645.4853.58-
YUV178.68132.69121.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 182 (71.48% from 255) = 33.83%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=31.41%
G=33.83%
B=34.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691821870.100.0300.27196.6711.6969.8
HexA9B6BBA301Bc5c46
Octal25126627312303330514106
Binary1010100110110110101110111010110110111100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B6BB; }

 p { color: rgb(169,182,187); }

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

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

 a { background-color: rgb(169,182,187); }

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

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

 span { border-color: rgb(169,182,187); }

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