#A5B5BA

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

Shades of Casper #A5B5BA

Tints of Casper #A5B5BA

Color information

#A5B5BA (or 0xA5B5BA) is unknown color: approx Casper. HEX triplet: A5, B5 and BA. RGB value is (165,181,186). Sum of RGB (Red+Green+Blue) = 165+181+186=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #A5B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B5BA is #5A4A45. Grayscale: #B0B0B0. Windows color (decimal): -5917254 or 12236197. OLE color: 12236197.

HSL color Cylindrical-coordinate representation of color #A5B5BA: hue angle of 194.29º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5B5BA is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165181186-
CMYK0.110.0300.27
HSL194.29º13.21%68.82%-
HSV(B)194.29º11.29%72.94%-
XYZ40.944.5952.91-
YUV176.79133.2119.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.02%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=31.02%
G=34.02%
B=34.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651811860.110.0300.27194.2913.2168.82
HexA5B5BAB301Bc2d45
Octal24526527213303330215105
Binary1010010110110101101110101011110110111100001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B5BA; }

 p { color: rgb(165,181,186); }

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

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

 a { background-color: rgb(165,181,186); }

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

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

 span { border-color: rgb(165,181,186); }

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