#A4B7BA

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

Shades of Casper #A4B7BA

Tints of Casper #A4B7BA

Color information

#A4B7BA (or 0xA4B7BA) is unknown color: approx Casper. HEX triplet: A4, B7 and BA. RGB value is (164,183,186). Sum of RGB (Red+Green+Blue) = 164+183+186=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: blue. Hex color #A4B7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B7BA is #5B4845. Grayscale: #B1B1B1. Windows color (decimal): -5982278 or 12236708. OLE color: 12236708.

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

Color convert

RGB164183186-
CMYK0.120.0200.27
HSL188.18º13.75%68.63%-
HSV(B)188.18º11.83%72.94%-
XYZ41.1145.353.03-
YUV177.66132.71118.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=30.77%
G=34.33%
B=34.90%

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
Decimal1641831860.120.0200.27188.1813.7568.63
HexA4B7BAC201Bbce45
Octal24426727214203327416105
Binary1010010010110111101110101100100110111011110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B7BA; }

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

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

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

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

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

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

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

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