#A2B4BA

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

Shades of Casper #A2B4BA

Tints of Casper #A2B4BA

Color information

#A2B4BA (or 0xA2B4BA) is unknown color: approx Casper. HEX triplet: A2, B4 and BA. RGB value is (162,180,186). Sum of RGB (Red+Green+Blue) = 162+180+186=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #A2B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B4BA is #5D4B45. Grayscale: #AFAFAF. Windows color (decimal): -6114118 or 12235938. OLE color: 12235938.

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

Color convert

RGB162180186-
CMYK0.130.0300.27
HSL195º14.81%68.24%-
HSV(B)195º12.9%72.94%-
XYZ40.0843.8752.81-
YUV175.3134.04118.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.68%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=30.68%
G=34.09%
B=35.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621801860.130.0300.2719514.8168.24
HexA2B4BAD301Bc3f44
Octal24226427215303330317104
Binary1010001010110100101110101101110110111100001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B4BA; }

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

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

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

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

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

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

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

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