#A4B6BA

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

Shades of Casper #A4B6BA

Tints of Casper #A4B6BA

Color information

#A4B6BA (or 0xA4B6BA) is unknown color: approx Casper. HEX triplet: A4, B6 and BA. RGB value is (164,182,186). Sum of RGB (Red+Green+Blue) = 164+182+186=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 182 (71.48% from 255 or 34.21% 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 #A4B6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B6BA is #5B4945. Grayscale: #B1B1B1. Windows color (decimal): -5982534 or 12236452. OLE color: 12236452.

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

Color convert

RGB164182186-
CMYK0.120.0200.27
HSL190.91º13.75%68.63%-
HSV(B)190.91º11.83%72.94%-
XYZ40.944.8952.96-
YUV177.07133.04118.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.83%
GREEN value IS 182 (71.48% from 255) = 34.21%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=30.83%
G=34.21%
B=34.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641821860.120.0200.27190.9113.7568.63
HexA4B6BAC201Bbfe45
Octal24426627214203327716105
Binary1010010010110110101110101100100110111011111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B6BA; }

 p { color: rgb(164,182,186); }

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

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

 a { background-color: rgb(164,182,186); }

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

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

 span { border-color: rgb(164,182,186); }

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