#A9B8BC

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

Shades of Casper #A9B8BC

Tints of Casper #A9B8BC

Color information

#A9B8BC (or 0xA9B8BC) is unknown color: approx Casper. HEX triplet: A9, B8 and BC. RGB value is (169,184,188). Sum of RGB (Red+Green+Blue) = 169+184+188=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 188 - color contains mainly: blue. Hex color #A9B8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B8BC is #564743. Grayscale: #B3B3B3. Windows color (decimal): -5654340 or 12368041. OLE color: 12368041.

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

Color convert

RGB169184188-
CMYK0.100.0200.26
HSL192.63º12.42%70%-
HSV(B)192.63º10.11%73.73%-
XYZ42.5846.3554.28-
YUV179.97132.53120.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 184 (72.27% from 255) = 34.01%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=31.24%
G=34.01%
B=34.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691841880.100.0200.26192.6312.4270
HexA9B8BCA201Ac1c46
Octal25127027412203230114106
Binary1010100110111000101111001010100110101100000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B8BC; }

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

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

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

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

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

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

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

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