#A9BABD

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

Shades of Casper #A9BABD

Tints of Casper #A9BABD

Color information

#A9BABD (or 0xA9BABD) is unknown color: approx Casper. HEX triplet: A9, BA and BD. RGB value is (169,186,189). Sum of RGB (Red+Green+Blue) = 169+186+189=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 189 - color contains mainly: blue. Hex color #A9BABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BABD is #564542. Grayscale: #B5B5B5. Windows color (decimal): -5653827 or 12434089. OLE color: 12434089.

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

Color convert

RGB169186189-
CMYK0.110.0200.26
HSL189º13.16%70.2%-
HSV(B)189º10.58%74.12%-
XYZ43.1147.2354.99-
YUV181.26132.37119.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.07%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=31.07%
G=34.19%
B=34.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691861890.110.0200.2618913.1670.2
HexA9BABDB201Abdd46
Octal25127227513203227515106
Binary1010100110111010101111011011100110101011110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BABD; }

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

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

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

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

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

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

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

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