#B3ACBD

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

Shades of French Grey #B3ACBD

Tints of French Grey #B3ACBD

Color information

#B3ACBD (or 0xB3ACBD) is unknown color: approx French Grey. HEX triplet: B3, AC and BD. RGB value is (179,172,189). Sum of RGB (Red+Green+Blue) = 179+172+189=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: blue. Hex color #B3ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACBD is #4C5342. Grayscale: #AFAFAF. Windows color (decimal): -5002051 or 12430515. OLE color: 12430515.

HSL color Cylindrical-coordinate representation of color #B3ACBD: hue angle of 264.71º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3ACBD is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179172189-
CMYK0.050.0900.26
HSL264.71º11.41%70.78%-
HSV(B)264.71º8.99%74.12%-
XYZ42.5342.7654.16-
YUV176.03135.32130.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.15%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 189 (74.22% from 255) = 35%
R=33.15%
G=31.85%
B=35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791721890.050.0900.26264.7111.4170.78
HexB3ACBD5901A109b47
Octal26325427551103241113107
Binary101100111010110010111101101100101101010000100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACBD; }

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

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

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

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

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

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

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

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