#A7B8BA

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

Shades of Casper #A7B8BA

Tints of Casper #A7B8BA

Color information

#A7B8BA (or 0xA7B8BA) is unknown color: approx Casper. HEX triplet: A7, B8 and BA. RGB value is (167,184,186). Sum of RGB (Red+Green+Blue) = 167+184+186=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 184 (72.27% from 255 or 34.26% 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 #A7B8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B8BA is #584745. Grayscale: #B3B3B3. Windows color (decimal): -5785414 or 12236967. OLE color: 12236967.

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

Color convert

RGB167184186-
CMYK0.100.0100.27
HSL186.32º12.1%69.22%-
HSV(B)186.32º10.22%72.94%-
XYZ41.9446.0453.13-
YUV179.14131.87119.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.10%
GREEN value IS 184 (72.27% from 255) = 34.26%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=31.10%
G=34.26%
B=34.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671841860.100.0100.27186.3212.169.22
HexA7B8BAA101Bbac45
Octal24727027212103327214105
Binary101001111011100010111010101010110111011101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B8BA; }

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

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

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

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

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

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

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

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