#A5B3BA

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

Shades of Casper #A5B3BA

Tints of Casper #A5B3BA

Color information

#A5B3BA (or 0xA5B3BA) is unknown color: approx Casper. HEX triplet: A5, B3 and BA. RGB value is (165,179,186). Sum of RGB (Red+Green+Blue) = 165+179+186=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 186 - color contains mainly: blue. Hex color #A5B3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B3BA is #5A4C45. Grayscale: #AFAFAF. Windows color (decimal): -5917766 or 12235685. OLE color: 12235685.

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

Color convert

RGB165179186-
CMYK0.110.0400.27
HSL200º13.21%68.82%-
HSV(B)200º11.29%72.94%-
XYZ40.543.7852.77-
YUV175.61133.86120.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=31.13%
G=33.77%
B=35.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651791860.110.0400.2720013.2168.82
HexA5B3BAB401Bc8d45
Octal24526327213403331015105
Binary10100101101100111011101010111000110111100100011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B3BA; }

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

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

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

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

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

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

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

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