#B3ACBF

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

Shades of French Grey #B3ACBF

Tints of French Grey #B3ACBF

Color information

#B3ACBF (or 0xB3ACBF) is unknown color: approx French Grey. HEX triplet: B3, AC and BF. RGB value is (179,172,191). Sum of RGB (Red+Green+Blue) = 179+172+191=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #B3ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACBF is #4C5340. Grayscale: #B0B0B0. Windows color (decimal): -5002049 or 12561587. OLE color: 12561587.

HSL color Cylindrical-coordinate representation of color #B3ACBF: hue angle of 262.11º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3ACBF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179172191-
CMYK0.060.1000.25
HSL262.11º12.93%71.18%-
HSV(B)262.11º9.95%74.9%-
XYZ42.7542.8555.31-
YUV176.26136.32129.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.03%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 191 (75% from 255) = 35.24%
R=33.03%
G=31.73%
B=35.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791721910.060.1000.25262.1112.9371.18
HexB3ACBF6A019106d47
Octal26325427761203140615107
Binary101100111010110010111111110101001100110000011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACBF; }

 p { color: rgb(179,172,191); }

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

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

 a { background-color: rgb(179,172,191); }

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

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

 span { border-color: rgb(179,172,191); }

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