#A9BCC0

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

Shades of Casper #A9BCC0

Tints of Casper #A9BCC0

Color information

#A9BCC0 (or 0xA9BCC0) is unknown color: approx Casper. HEX triplet: A9, BC and C0. RGB value is (169,188,192). Sum of RGB (Red+Green+Blue) = 169+188+192=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #A9BCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCC0 is #56433F. Grayscale: #B6B6B6. Windows color (decimal): -5653312 or 12631209. OLE color: 12631209.

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

Color convert

RGB169188192-
CMYK0.120.0200.25
HSL190.43º15.44%70.78%-
HSV(B)190.43º11.98%75.29%-
XYZ43.8648.2156.86-
YUV182.78133.21118.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.78%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 192 (75.39% from 255) = 34.97%
R=30.78%
G=34.24%
B=34.97%

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
Decimal1691881920.120.0200.25190.4315.4470.78
HexA9BCC0C2019bef47
Octal25127430014203127617107
Binary1010100110111100110000001100100110011011111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCC0; }

 p { color: rgb(169,188,192); }

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

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

 a { background-color: rgb(169,188,192); }

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

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

 span { border-color: rgb(169,188,192); }

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