#A8B7BA

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

Shades of Casper #A8B7BA

Tints of Casper #A8B7BA

Color information

#A8B7BA (or 0xA8B7BA) is unknown color: approx Casper. HEX triplet: A8, B7 and BA. RGB value is (168,183,186). Sum of RGB (Red+Green+Blue) = 168+183+186=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #A8B7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B7BA is #574845. Grayscale: #B2B2B2. Windows color (decimal): -5720134 or 12236712. OLE color: 12236712.

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

Color convert

RGB168183186-
CMYK0.100.0200.27
HSL190º11.54%69.41%-
HSV(B)190º9.68%72.94%-
XYZ41.9445.7453.07-
YUV178.86132.03120.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 183 (71.88% from 255) = 34.08%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=31.28%
G=34.08%
B=34.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681831860.100.0200.2719011.5469.41
HexA8B7BAA201Bbec45
Octal25026727212203327614105
Binary1010100010110111101110101010100110111011111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B7BA; }

 p { color: rgb(168,183,186); }

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

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

 a { background-color: rgb(168,183,186); }

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

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

 span { border-color: rgb(168,183,186); }

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