#B8B1BE

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

Shades of French Grey #B8B1BE

Tints of French Grey #B8B1BE

Color information

#B8B1BE (or 0xB8B1BE) is unknown color: approx French Grey. HEX triplet: B8, B1 and BE. RGB value is (184,177,190). Sum of RGB (Red+Green+Blue) = 184+177+190=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 190 - color contains mainly: blue. Hex color #B8B1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B1BE is #474E41. Grayscale: #B4B4B4. Windows color (decimal): -4673090 or 12497336. OLE color: 12497336.

HSL color Cylindrical-coordinate representation of color #B8B1BE: hue angle of 272.31º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8B1BE is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184177190-
CMYK0.030.0700.25
HSL272.31º9.09%71.96%-
HSV(B)272.31º6.84%74.51%-
XYZ44.7845.3555.11-
YUV180.58133.32130.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.39%
GREEN value IS 177 (69.53% from 255) = 32.12%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=33.39%
G=32.12%
B=34.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841771900.030.0700.25272.319.0971.96
HexB8B1BE37019110948
Octal2702612763703142011110
Binary1011100010110001101111101111101100110001000010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B1BE; }

 p { color: rgb(184,177,190); }

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

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

 a { background-color: rgb(184,177,190); }

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

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

 span { border-color: rgb(184,177,190); }

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