#A9B8BB

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

Shades of Casper #A9B8BB

Tints of Casper #A9B8BB

Color information

#A9B8BB (or 0xA9B8BB) is unknown color: approx Casper. HEX triplet: A9, B8 and BB. RGB value is (169,184,187). Sum of RGB (Red+Green+Blue) = 169+184+187=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 187 - color contains mainly: blue. Hex color #A9B8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B8BB is #564744. Grayscale: #B3B3B3. Windows color (decimal): -5654341 or 12302505. OLE color: 12302505.

HSL color Cylindrical-coordinate representation of color #A9B8BB: hue angle of 190º 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 #A9B8BB is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169184187-
CMYK0.100.0200.27
HSL190º11.69%69.8%-
HSV(B)190º9.63%73.33%-
XYZ42.4746.353.71-
YUV179.86132.03120.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.30%
GREEN value IS 184 (72.27% from 255) = 34.07%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=31.30%
G=34.07%
B=34.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691841870.100.0200.2719011.6969.8
HexA9B8BBA201Bbec46
Octal25127027312203327614106
Binary1010100110111000101110111010100110111011111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B8BB; }

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

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

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

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

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

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

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

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