#B2ACBE

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

Shades of French Grey #B2ACBE

Tints of French Grey #B2ACBE

Color information

#B2ACBE (or 0xB2ACBE) is unknown color: approx French Grey. HEX triplet: B2, AC and BE. RGB value is (178,172,190). Sum of RGB (Red+Green+Blue) = 178+172+190=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACBE is #4D5341. Grayscale: #AFAFAF. Windows color (decimal): -5067586 or 12496050. OLE color: 12496050.

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

Color convert

RGB178172190-
CMYK0.060.0900.25
HSL260º12.16%70.98%-
HSV(B)260º9.47%74.51%-
XYZ42.4142.6954.72-
YUV175.85135.99129.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.96%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=32.96%
G=31.85%
B=35.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781721900.060.0900.2526012.1670.98
HexB2ACBE69019104c47
Octal26225427661103140414107
Binary101100101010110010111110110100101100110000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACBE; }

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

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

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

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

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

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

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

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