#A4B8BF

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

Shades of Casper #A4B8BF

Tints of Casper #A4B8BF

Color information

#A4B8BF (or 0xA4B8BF) is unknown color: approx Casper. HEX triplet: A4, B8 and BF. RGB value is (164,184,191). Sum of RGB (Red+Green+Blue) = 164+184+191=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #A4B8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B8BF is #5B4740. Grayscale: #B2B2B2. Windows color (decimal): -5982017 or 12564644. OLE color: 12564644.

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

Color convert

RGB164184191-
CMYK0.140.0400.25
HSL195.56º17.42%69.61%-
HSV(B)195.56º14.14%74.9%-
XYZ41.8545.9455.95-
YUV178.82134.87117.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 184 (72.27% from 255) = 34.14%
BLUE value IS 191 (75% from 255) = 35.44%
R=30.43%
G=34.14%
B=35.44%

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
Decimal1641841910.140.0400.25195.5617.4269.61
HexA4B8BFE4019c41146
Octal24427027716403130421106
Binary101001001011100010111111111010001100111000100100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B8BF; }

 p { color: rgb(164,184,191); }

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

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

 a { background-color: rgb(164,184,191); }

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

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

 span { border-color: rgb(164,184,191); }

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