#A4B2BA

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

Shades of Casper #A4B2BA

Tints of Casper #A4B2BA

Color information

#A4B2BA (or 0xA4B2BA) is unknown color: approx Casper. HEX triplet: A4, B2 and BA. RGB value is (164,178,186). Sum of RGB (Red+Green+Blue) = 164+178+186=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 178 (69.92% from 255 or 33.71% 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 #A4B2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B2BA is #5B4D45. Grayscale: #AEAEAE. Windows color (decimal): -5983558 or 12235428. OLE color: 12235428.

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

Color convert

RGB164178186-
CMYK0.120.0400.27
HSL201.82º13.75%68.63%-
HSV(B)201.82º11.83%72.94%-
XYZ40.0943.2852.69-
YUV174.73134.36120.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=31.06%
G=33.71%
B=35.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641781860.120.0400.27201.8213.7568.63
HexA4B2BAC401Bcae45
Octal24426227214403331216105
Binary10100100101100101011101011001000110111100101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B2BA; }

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

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

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

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

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

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

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

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