#BBB6BE

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

Shades of French Grey #BBB6BE

Tints of French Grey #BBB6BE

Color information

#BBB6BE (or 0xBBB6BE) is unknown color: approx French Grey. HEX triplet: BB, B6 and BE. RGB value is (187,182,190). Sum of RGB (Red+Green+Blue) = 187+182+190=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6BE is #444941. Grayscale: #B8B8B8. Windows color (decimal): -4475202 or 12498619. OLE color: 12498619.

HSL color Cylindrical-coordinate representation of color #BBB6BE: hue angle of 277.5º degrees, saturation: 0.06, 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 #BBB6BE is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187182190-
CMYK0.020.0400.25
HSL277.5º5.8%72.94%-
HSV(B)277.5º4.21%74.51%-
XYZ46.5247.7455.48-
YUV184.41131.16129.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 182 (71.48% from 255) = 32.56%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=33.45%
G=32.56%
B=33.99%

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
Decimal1871821900.020.0400.25277.55.872.94
HexBBB6BE24019116649
Octal273266276240314266111
Binary101110111011011010111110101000110011000101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6BE; }

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

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

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

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

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

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

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

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