#A4B7BB

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

Shades of Casper #A4B7BB

Tints of Casper #A4B7BB

Color information

#A4B7BB (or 0xA4B7BB) is unknown color: approx Casper. HEX triplet: A4, B7 and BB. RGB value is (164,183,187). Sum of RGB (Red+Green+Blue) = 164+183+187=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4B7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B7BB is #5B4844. Grayscale: #B1B1B1. Windows color (decimal): -5982277 or 12302244. OLE color: 12302244.

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

Color convert

RGB164183187-
CMYK0.120.0200.27
HSL190.43º14.47%68.82%-
HSV(B)190.43º12.3%73.33%-
XYZ41.2145.3553.59-
YUV177.78133.21118.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.71%
GREEN value IS 183 (71.88% from 255) = 34.27%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=30.71%
G=34.27%
B=35.02%

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
Decimal1641831870.120.0200.27190.4314.4768.82
HexA4B7BBC201Bbee45
Octal24426727314203327616105
Binary1010010010110111101110111100100110111011111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B7BB; }

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

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

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

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

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

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

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

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