#A8B8BA

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

Shades of Casper #A8B8BA

Tints of Casper #A8B8BA

Color information

#A8B8BA (or 0xA8B8BA) is unknown color: approx Casper. HEX triplet: A8, B8 and BA. RGB value is (168,184,186). Sum of RGB (Red+Green+Blue) = 168+184+186=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 186 - color contains mainly: blue. Hex color #A8B8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B8BA is #574745. Grayscale: #B3B3B3. Windows color (decimal): -5719878 or 12236968. OLE color: 12236968.

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

Color convert

RGB168184186-
CMYK0.100.0100.27
HSL186.67º11.54%69.41%-
HSV(B)186.67º9.68%72.94%-
XYZ42.1546.1553.14-
YUV179.44131.7119.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.23%
GREEN value IS 184 (72.27% from 255) = 34.20%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=31.23%
G=34.20%
B=34.57%

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
Decimal1681841860.100.0100.27186.6711.5469.41
HexA8B8BAA101Bbbc45
Octal25027027212103327314105
Binary101010001011100010111010101010110111011101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B8BA; }

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

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

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

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

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

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

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

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