#A4B4BA

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

Shades of Casper #A4B4BA

Tints of Casper #A4B4BA

Color information

#A4B4BA (or 0xA4B4BA) is unknown color: approx Casper. HEX triplet: A4, B4 and BA. RGB value is (164,180,186). Sum of RGB (Red+Green+Blue) = 164+180+186=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 180 (70.70% from 255 or 33.96% 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 #A4B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B4BA is #5B4B45. Grayscale: #AFAFAF. Windows color (decimal): -5983046 or 12235940. OLE color: 12235940.

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

Color convert

RGB164180186-
CMYK0.120.0300.27
HSL196.36º13.75%68.63%-
HSV(B)196.36º11.83%72.94%-
XYZ40.4944.0852.83-
YUV175.9133.7119.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=30.94%
G=33.96%
B=35.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641801860.120.0300.27196.3613.7568.63
HexA4B4BAC301Bc4e45
Octal24426427214303330416105
Binary1010010010110100101110101100110110111100010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B4BA; }

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

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

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

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

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

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

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

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