#B3ACBE

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

Shades of French Grey #B3ACBE

Tints of French Grey #B3ACBE

Color information

#B3ACBE (or 0xB3ACBE) is unknown color: approx French Grey. HEX triplet: B3, AC and BE. RGB value is (179,172,190). Sum of RGB (Red+Green+Blue) = 179+172+190=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #B3ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACBE is #4C5341. Grayscale: #B0B0B0. Windows color (decimal): -5002050 or 12496051. OLE color: 12496051.

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

Color convert

RGB179172190-
CMYK0.060.0900.25
HSL263.33º12.16%70.98%-
HSV(B)263.33º9.47%74.51%-
XYZ42.6442.8154.73-
YUV176.14135.82130.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.09%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=33.09%
G=31.79%
B=35.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791721900.060.0900.25263.3312.1670.98
HexB3ACBE69019107c47
Octal26325427661103140714107
Binary101100111010110010111110110100101100110000011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACBE; }

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

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

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

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

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

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

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

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