#BBB9BE

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

Shades of French Grey #BBB9BE

Tints of French Grey #BBB9BE

Color information

#BBB9BE (or 0xBBB9BE) is unknown color: approx French Grey. HEX triplet: BB, B9 and BE. RGB value is (187,185,190). Sum of RGB (Red+Green+Blue) = 187+185+190=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9BE is #444641. Grayscale: #BABABA. Windows color (decimal): -4474434 or 12499387. OLE color: 12499387.

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

Color convert

RGB187185190-
CMYK0.020.0300.25
HSL264º3.7%73.53%-
HSV(B)264º2.63%74.51%-
XYZ47.1448.9855.68-
YUV186.17130.16128.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=33.27%
G=32.92%
B=33.81%

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
Decimal1871851900.020.0300.252643.773.53
HexBBB9BE2301910844a
Octal273271276230314104112
Binary10111011101110011011111010110110011000010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9BE; }

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

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

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

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

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

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

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

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