#BBB8BF

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

Shades of French Grey #BBB8BF

Tints of French Grey #BBB8BF

Color information

#BBB8BF (or 0xBBB8BF) is unknown color: approx French Grey. HEX triplet: BB, B8 and BF. RGB value is (187,184,191). Sum of RGB (Red+Green+Blue) = 187+184+191=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBB8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8BF is #444740. Grayscale: #B9B9B9. Windows color (decimal): -4474689 or 12564667. OLE color: 12564667.

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

Color convert

RGB187184191-
CMYK0.020.0400.25
HSL265.71º5.19%73.53%-
HSV(B)265.71º3.66%74.9%-
XYZ47.0448.6156.19-
YUV185.7130.99128.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 184 (72.27% from 255) = 32.74%
BLUE value IS 191 (75% from 255) = 33.99%
R=33.27%
G=32.74%
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
Decimal1871841910.020.0400.25265.715.1973.53
HexBBB8BF2401910a54a
Octal273270277240314125112
Binary101110111011100010111111101000110011000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB8BF; }

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

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

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

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

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

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

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

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