#A9BBBF

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

Shades of Casper #A9BBBF

Tints of Casper #A9BBBF

Color information

#A9BBBF (or 0xA9BBBF) is unknown color: approx Casper. HEX triplet: A9, BB and BF. RGB value is (169,187,191). Sum of RGB (Red+Green+Blue) = 169+187+191=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #A9BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBBF is #564440. Grayscale: #B6B6B6. Windows color (decimal): -5653569 or 12565417. OLE color: 12565417.

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

Color convert

RGB169187191-
CMYK0.120.0200.25
HSL190.91º14.67%70.59%-
HSV(B)190.91º11.52%74.9%-
XYZ43.5447.7456.21-
YUV182.07133.04118.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.90%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 191 (75% from 255) = 34.92%
R=30.90%
G=34.19%
B=34.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691871910.120.0200.25190.9114.6770.59
HexA9BBBFC2019bff47
Octal25127327714203127717107
Binary1010100110111011101111111100100110011011111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBBF; }

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

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

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

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

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

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

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

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