#B8B4BB

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

Shades of French Grey #B8B4BB

Tints of French Grey #B8B4BB

Color information

#B8B4BB (or 0xB8B4BB) is unknown color: approx French Grey. HEX triplet: B8, B4 and BB. RGB value is (184,180,187). Sum of RGB (Red+Green+Blue) = 184+180+187=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8B4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B4BB is #474B44. Grayscale: #B5B5B5. Windows color (decimal): -4672325 or 12301496. OLE color: 12301496.

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

Color convert

RGB184180187-
CMYK0.020.0400.27
HSL274.29º4.9%71.96%-
HSV(B)274.29º3.74%73.33%-
XYZ45.0646.4253.6-
YUV181.99130.83129.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.39%
GREEN value IS 180 (70.70% from 255) = 32.67%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=33.39%
G=32.67%
B=33.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841801870.020.0400.27274.294.971.96
HexB8B4BB2401B112548
Octal270264273240334225110
Binary101110001011010010111011101000110111000100101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B4BB; }

 p { color: rgb(184,180,187); }

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

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

 a { background-color: rgb(184,180,187); }

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

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

 span { border-color: rgb(184,180,187); }

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