#A7B6BA

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

Shades of Casper #A7B6BA

Tints of Casper #A7B6BA

Color information

#A7B6BA (or 0xA7B6BA) is unknown color: approx Casper. HEX triplet: A7, B6 and BA. RGB value is (167,182,186). Sum of RGB (Red+Green+Blue) = 167+182+186=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #A7B6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B6BA is #584945. Grayscale: #B1B1B1. Windows color (decimal): -5785926 or 12236455. OLE color: 12236455.

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

Color convert

RGB167182186-
CMYK0.100.0200.27
HSL192.63º12.1%69.22%-
HSV(B)192.63º10.22%72.94%-
XYZ41.5345.2252.99-
YUV177.97132.53120.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.21%
GREEN value IS 182 (71.48% from 255) = 34.02%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=31.21%
G=34.02%
B=34.77%

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
Decimal1671821860.100.0200.27192.6312.169.22
HexA7B6BAA201Bc1c45
Octal24726627212203330114105
Binary1010011110110110101110101010100110111100000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B6BA; }

 p { color: rgb(167,182,186); }

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

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

 a { background-color: rgb(167,182,186); }

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

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

 span { border-color: rgb(167,182,186); }

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