#A5B4BA

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

Shades of Casper #A5B4BA

Tints of Casper #A5B4BA

Color information

#A5B4BA (or 0xA5B4BA) is unknown color: approx Casper. HEX triplet: A5, B4 and BA. RGB value is (165,180,186). Sum of RGB (Red+Green+Blue) = 165+180+186=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 186 - color contains mainly: blue. Hex color #A5B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B4BA is #5A4B45. Grayscale: #B0B0B0. Windows color (decimal): -5917510 or 12235941. OLE color: 12235941.

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

Color convert

RGB165180186-
CMYK0.110.0300.27
HSL197.14º13.21%68.82%-
HSV(B)197.14º11.29%72.94%-
XYZ40.744.1952.84-
YUV176.2133.53120.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.07%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=31.07%
G=33.90%
B=35.03%

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
Decimal1651801860.110.0300.27197.1413.2168.82
HexA5B4BAB301Bc5d45
Octal24526427213303330515105
Binary1010010110110100101110101011110110111100010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B4BA; }

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

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

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

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

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

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

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

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