#B4ACBE

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

Shades of French Grey #B4ACBE

Tints of French Grey #B4ACBE

Color information

#B4ACBE (or 0xB4ACBE) is unknown color: approx French Grey. HEX triplet: B4, AC and BE. RGB value is (180,172,190). Sum of RGB (Red+Green+Blue) = 180+172+190=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #B4ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACBE is #4B5341. Grayscale: #B0B0B0. Windows color (decimal): -4936514 or 12496052. OLE color: 12496052.

HSL color Cylindrical-coordinate representation of color #B4ACBE: hue angle of 266.67º 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 #B4ACBE is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180172190-
CMYK0.050.0900.25
HSL266.67º12.16%70.98%-
HSV(B)266.67º9.47%74.51%-
XYZ42.8742.9354.74-
YUV176.44135.65130.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.21%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=33.21%
G=31.73%
B=35.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801721900.050.0900.25266.6712.1670.98
HexB4ACBE5901910bc47
Octal26425427651103141314107
Binary101101001010110010111110101100101100110000101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACBE; }

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

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

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

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

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

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

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

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