#A9BABB

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

Shades of Casper #A9BABB

Tints of Casper #A9BABB

Color information

#A9BABB (or 0xA9BABB) is unknown color: approx Casper. HEX triplet: A9, BA and BB. RGB value is (169,186,187). Sum of RGB (Red+Green+Blue) = 169+186+187=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: blue. Hex color #A9BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BABB is #564544. Grayscale: #B5B5B5. Windows color (decimal): -5653829 or 12303017. OLE color: 12303017.

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

Color convert

RGB169186187-
CMYK0.100.0100.27
HSL183.33º11.69%69.8%-
HSV(B)183.33º9.63%73.33%-
XYZ42.8947.1453.85-
YUV181.03131.37119.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.18%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=31.18%
G=34.32%
B=34.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861870.100.0100.27183.3311.6969.8
HexA9BABBA101Bb7c46
Octal25127227312103326714106
Binary101010011011101010111011101010110111011011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BABB; }

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

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

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

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

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

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

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

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