#BBB4BF

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

Shades of French Grey #BBB4BF

Tints of French Grey #BBB4BF

Color information

#BBB4BF (or 0xBBB4BF) is unknown color: approx French Grey. HEX triplet: BB, B4 and BF. RGB value is (187,180,191). Sum of RGB (Red+Green+Blue) = 187+180+191=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBB4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4BF is #444B40. Grayscale: #B7B7B7. Windows color (decimal): -4475713 or 12563643. OLE color: 12563643.

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

Color convert

RGB187180191-
CMYK0.020.0600.25
HSL278.18º7.91%72.75%-
HSV(B)278.18º5.76%74.9%-
XYZ46.2246.9755.92-
YUV183.35132.32130.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 191 (75% from 255) = 34.23%
R=33.51%
G=32.26%
B=34.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871801910.020.0600.25278.187.9172.75
HexBBB4BF26019116849
Octal2732642772603142610111
Binary1011101110110100101111111011001100110001011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4BF; }

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

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

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

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

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

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

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

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