#B7B4BB

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

Shades of French Grey #B7B4BB

Tints of French Grey #B7B4BB

Color information

#B7B4BB (or 0xB7B4BB) is unknown color: approx French Grey. HEX triplet: B7, B4 and BB. RGB value is (183,180,187). Sum of RGB (Red+Green+Blue) = 183+180+187=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 187 - color contains mainly: blue. Hex color #B7B4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B4BB is #484B44. Grayscale: #B5B5B5. Windows color (decimal): -4737861 or 12301495. OLE color: 12301495.

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

Color convert

RGB183180187-
CMYK0.020.0400.27
HSL265.71º4.9%71.96%-
HSV(B)265.71º3.74%73.33%-
XYZ44.8246.353.59-
YUV181.7130.99128.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.27%
GREEN value IS 180 (70.70% from 255) = 32.73%
BLUE value IS 187 (73.44% from 255) = 34%
R=33.27%
G=32.73%
B=34%

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
Decimal1831801870.020.0400.27265.714.971.96
HexB7B4BB2401B10a548
Octal267264273240334125110
Binary101101111011010010111011101000110111000010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B4BB; }

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

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

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

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

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

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

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

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