#BBB7BE

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

Shades of French Grey #BBB7BE

Tints of French Grey #BBB7BE

Color information

#BBB7BE (or 0xBBB7BE) is unknown color: approx French Grey. HEX triplet: BB, B7 and BE. RGB value is (187,183,190). Sum of RGB (Red+Green+Blue) = 187+183+190=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7BE is #444841. Grayscale: #B8B8B8. Windows color (decimal): -4474946 or 12498875. OLE color: 12498875.

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

Color convert

RGB187183190-
CMYK0.020.0400.25
HSL274.29º5.11%73.14%-
HSV(B)274.29º3.68%74.51%-
XYZ46.7248.1555.55-
YUV184.99130.83129.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 183 (71.88% from 255) = 32.68%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=33.39%
G=32.68%
B=33.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871831900.020.0400.25274.295.1173.14
HexBBB7BE24019112549
Octal273267276240314225111
Binary101110111011011110111110101000110011000100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7BE; }

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

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

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

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

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

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

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

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