#A4B7BE

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

Shades of Casper #A4B7BE

Tints of Casper #A4B7BE

Color information

#A4B7BE (or 0xA4B7BE) is unknown color: approx Casper. HEX triplet: A4, B7 and BE. RGB value is (164,183,190). Sum of RGB (Red+Green+Blue) = 164+183+190=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4B7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B7BE is #5B4841. Grayscale: #B2B2B2. Windows color (decimal): -5982274 or 12498852. OLE color: 12498852.

HSL color Cylindrical-coordinate representation of color #A4B7BE: hue angle of 196.15º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4B7BE is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164183190-
CMYK0.140.0400.25
HSL196.15º16.67%69.41%-
HSV(B)196.15º13.68%74.51%-
XYZ41.5445.4855.3-
YUV178.12134.71117.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.54%
GREEN value IS 183 (71.88% from 255) = 34.08%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=30.54%
G=34.08%
B=35.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641831900.140.0400.25196.1516.6769.41
HexA4B7BEE4019c41145
Octal24426727616403130421105
Binary101001001011011110111110111010001100111000100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B7BE; }

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

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

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

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

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

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

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

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