#B2ACBB

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

Shades of French Grey #B2ACBB

Tints of French Grey #B2ACBB

Color information

#B2ACBB (or 0xB2ACBB) is unknown color: approx French Grey. HEX triplet: B2, AC and BB. RGB value is (178,172,187). Sum of RGB (Red+Green+Blue) = 178+172+187=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #B2ACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACBB is #4D5344. Grayscale: #AFAFAF. Windows color (decimal): -5067589 or 12299442. OLE color: 12299442.

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

Color convert

RGB178172187-
CMYK0.050.0800.27
HSL264º9.93%70.39%-
HSV(B)264º8.02%73.33%-
XYZ42.0842.5653.01-
YUV175.5134.49129.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.15%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=33.15%
G=32.03%
B=34.82%

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
Decimal1781721870.050.0800.272649.9370.39
HexB2ACBB5801B108a46
Octal26225427351003341012106
Binary101100101010110010111011101100001101110000100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACBB; }

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

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

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

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

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

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

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

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