#BBB9BF

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

Shades of French Grey #BBB9BF

Tints of French Grey #BBB9BF

Color information

#BBB9BF (or 0xBBB9BF) is unknown color: approx French Grey. HEX triplet: BB, B9 and BF. RGB value is (187,185,191). Sum of RGB (Red+Green+Blue) = 187+185+191=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9BF is #444640. Grayscale: #BABABA. Windows color (decimal): -4474433 or 12564923. OLE color: 12564923.

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

Color convert

RGB187185191-
CMYK0.020.0300.25
HSL260º4.48%73.73%-
HSV(B)260º3.14%74.9%-
XYZ47.2549.0256.26-
YUV186.28130.66128.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 185 (72.66% from 255) = 32.86%
BLUE value IS 191 (75% from 255) = 33.93%
R=33.21%
G=32.86%
B=33.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871851910.020.0300.252604.4873.73
HexBBB9BF2301910444a
Octal273271277230314044112
Binary10111011101110011011111110110110011000001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9BF; }

 p { color: rgb(187,185,191); }

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

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

 a { background-color: rgb(187,185,191); }

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

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

 span { border-color: rgb(187,185,191); }

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