#B1ACBB

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

Shades of French Grey #B1ACBB

Tints of French Grey #B1ACBB

Color information

#B1ACBB (or 0xB1ACBB) is unknown color: approx French Grey. HEX triplet: B1, AC and BB. RGB value is (177,172,187). Sum of RGB (Red+Green+Blue) = 177+172+187=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1ACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACBB is #4E5344. Grayscale: #AFAFAF. Windows color (decimal): -5133125 or 12299441. OLE color: 12299441.

HSL color Cylindrical-coordinate representation of color #B1ACBB: hue angle of 260º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1ACBB is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177172187-
CMYK0.050.0800.27
HSL260º9.93%70.39%-
HSV(B)260º8.02%73.33%-
XYZ41.8542.4453-
YUV175.2134.66129.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.02%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=33.02%
G=32.09%
B=34.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771721870.050.0800.272609.9370.39
HexB1ACBB5801B104a46
Octal26125427351003340412106
Binary101100011010110010111011101100001101110000010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACBB; }

 p { color: rgb(177,172,187); }

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

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

 a { background-color: rgb(177,172,187); }

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

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

 span { border-color: rgb(177,172,187); }

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