#A9BABF

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

Shades of Casper #A9BABF

Tints of Casper #A9BABF

Color information

#A9BABF (or 0xA9BABF) is unknown color: approx Casper. HEX triplet: A9, BA and BF. RGB value is (169,186,191). Sum of RGB (Red+Green+Blue) = 169+186+191=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 191 - color contains mainly: blue. Hex color #A9BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BABF is #564540. Grayscale: #B5B5B5. Windows color (decimal): -5653825 or 12565161. OLE color: 12565161.

HSL color Cylindrical-coordinate representation of color #A9BABF: hue angle of 193.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9BABF is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169186191-
CMYK0.120.0300.25
HSL193.64º14.67%70.59%-
HSV(B)193.64º11.52%74.9%-
XYZ43.3347.3156.14-
YUV181.49133.37119.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.95%
GREEN value IS 186 (73.05% from 255) = 34.07%
BLUE value IS 191 (75% from 255) = 34.98%
R=30.95%
G=34.07%
B=34.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691861910.120.0300.25193.6414.6770.59
HexA9BABFC3019c2f47
Octal25127227714303130217107
Binary1010100110111010101111111100110110011100001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BABF; }

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

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

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

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

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

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

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

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