#B1ACBA

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

Shades of French Grey #B1ACBA

Tints of French Grey #B1ACBA

Color information

#B1ACBA (or 0xB1ACBA) is unknown color: approx French Grey. HEX triplet: B1, AC and BA. RGB value is (177,172,186). Sum of RGB (Red+Green+Blue) = 177+172+186=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #B1ACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACBA is #4E5345. Grayscale: #AFAFAF. Windows color (decimal): -5133126 or 12233905. OLE color: 12233905.

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

Color convert

RGB177172186-
CMYK0.050.0800.27
HSL261.43º9.21%70.2%-
HSV(B)261.43º7.53%72.94%-
XYZ41.7542.452.44-
YUV175.09134.16129.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.08%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=33.08%
G=32.15%
B=34.77%

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
Decimal1771721860.050.0800.27261.439.2170.2
HexB1ACBA5801B105946
Octal26125427251003340511106
Binary101100011010110010111010101100001101110000010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACBA; }

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

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

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

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

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

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

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

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