#A9B7BB

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

Shades of Casper #A9B7BB

Tints of Casper #A9B7BB

Color information

#A9B7BB (or 0xA9B7BB) is unknown color: approx Casper. HEX triplet: A9, B7 and BB. RGB value is (169,183,187). Sum of RGB (Red+Green+Blue) = 169+183+187=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #A9B7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B7BB is #564844. Grayscale: #B3B3B3. Windows color (decimal): -5654597 or 12302249. OLE color: 12302249.

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

Color convert

RGB169183187-
CMYK0.100.0200.27
HSL193.33º11.69%69.8%-
HSV(B)193.33º9.63%73.33%-
XYZ42.2745.8953.64-
YUV179.27132.36120.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.35%
GREEN value IS 183 (71.88% from 255) = 33.95%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=31.35%
G=33.95%
B=34.69%

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
Decimal1691831870.100.0200.27193.3311.6969.8
HexA9B7BBA201Bc1c46
Octal25126727312203330114106
Binary1010100110110111101110111010100110111100000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B7BB; }

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

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

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

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

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

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

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

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