#BBB6BF

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

Shades of French Grey #BBB6BF

Tints of French Grey #BBB6BF

Color information

#BBB6BF (or 0xBBB6BF) is unknown color: approx French Grey. HEX triplet: BB, B6 and BF. RGB value is (187,182,191). Sum of RGB (Red+Green+Blue) = 187+182+191=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6BF is #444940. Grayscale: #B8B8B8. Windows color (decimal): -4475201 or 12564155. OLE color: 12564155.

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

Color convert

RGB187182191-
CMYK0.020.0500.25
HSL273.33º6.57%73.14%-
HSV(B)273.33º4.71%74.9%-
XYZ46.6347.7856.06-
YUV184.52131.66129.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 182 (71.48% from 255) = 32.5%
BLUE value IS 191 (75% from 255) = 34.11%
R=33.39%
G=32.5%
B=34.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871821910.020.0500.25273.336.5773.14
HexBBB6BF25019111749
Octal273266277250314217111
Binary101110111011011010111111101010110011000100011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6BF; }

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

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

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

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

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

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

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

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