#BBB9BD

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

Shades of French Grey #BBB9BD

Tints of French Grey #BBB9BD

Color information

#BBB9BD (or 0xBBB9BD) is unknown color: approx French Grey. HEX triplet: BB, B9 and BD. RGB value is (187,185,189). Sum of RGB (Red+Green+Blue) = 187+185+189=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBB9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9BD is #444642. Grayscale: #BABABA. Windows color (decimal): -4474435 or 12433851. OLE color: 12433851.

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

Color convert

RGB187185189-
CMYK0.010.0200.26
HSL270º2.94%73.33%-
HSV(B)270º2.12%74.12%-
XYZ47.0348.9455.11-
YUV186.05129.66128.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=33.33%
G=32.98%
B=33.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871851890.010.0200.262702.9473.33
HexBBB9BD1201A10e349
Octal273271275120324163111
Binary101110111011100110111101110011010100001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9BD; }

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

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

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

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

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

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

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

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