#B7B1C3

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

Shades of French Grey #B7B1C3

Tints of French Grey #B7B1C3

Color information

#B7B1C3 (or 0xB7B1C3) is unknown color: approx French Grey. HEX triplet: B7, B1 and C3. RGB value is (183,177,195). Sum of RGB (Red+Green+Blue) = 183+177+195=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 195 - color contains mainly: blue. Hex color #B7B1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B1C3 is #484E3C. Grayscale: #B4B4B4. Windows color (decimal): -4738621 or 12825015. OLE color: 12825015.

HSL color Cylindrical-coordinate representation of color #B7B1C3: hue angle of 260º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7B1C3 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB183177195-
CMYK0.060.0900.24
HSL260º13.04%72.94%-
HSV(B)260º9.23%76.47%-
XYZ45.145.4558.03-
YUV180.85135.99129.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.97%
GREEN value IS 177 (69.53% from 255) = 31.89%
BLUE value IS 195 (76.56% from 255) = 35.14%
R=32.97%
G=31.89%
B=35.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831771950.060.0900.2426013.0472.94
HexB7B1C369018104d49
Octal26726130361103040415111
Binary101101111011000111000011110100101100010000010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B1C3; }

 p { color: rgb(183,177,195); }

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

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

 a { background-color: rgb(183,177,195); }

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

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

 span { border-color: rgb(183,177,195); }

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