#A5B8BA

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

Shades of Casper #A5B8BA

Tints of Casper #A5B8BA

Color information

#A5B8BA (or 0xA5B8BA) is unknown color: approx Casper. HEX triplet: A5, B8 and BA. RGB value is (165,184,186). Sum of RGB (Red+Green+Blue) = 165+184+186=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 184 (72.27% from 255 or 34.39% 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 #A5B8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B8BA is #5A4745. Grayscale: #B2B2B2. Windows color (decimal): -5916486 or 12236965. OLE color: 12236965.

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

Color convert

RGB165184186-
CMYK0.110.0100.27
HSL185.71º13.21%68.82%-
HSV(B)185.71º11.29%72.94%-
XYZ41.5245.8353.11-
YUV178.55132.21118.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.84%
GREEN value IS 184 (72.27% from 255) = 34.39%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=30.84%
G=34.39%
B=34.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651841860.110.0100.27185.7113.2168.82
HexA5B8BAB101Bbad45
Octal24527027213103327215105
Binary101001011011100010111010101110110111011101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B8BA; }

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

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

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

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

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

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

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

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