#BBB8BD

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

Shades of French Grey #BBB8BD

Tints of French Grey #BBB8BD

Color information

#BBB8BD (or 0xBBB8BD) is unknown color: approx French Grey. HEX triplet: BB, B8 and BD. RGB value is (187,184,189). Sum of RGB (Red+Green+Blue) = 187+184+189=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBB8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8BD is #444742. Grayscale: #B9B9B9. Windows color (decimal): -4474691 or 12433595. OLE color: 12433595.

HSL color Cylindrical-coordinate representation of color #BBB8BD: hue angle of 276º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBB8BD is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187184189-
CMYK0.010.0300.26
HSL276º3.65%73.14%-
HSV(B)276º2.65%74.12%-
XYZ46.8248.5255.04-
YUV185.47129.99129.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 184 (72.27% from 255) = 32.86%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=33.39%
G=32.86%
B=33.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871841890.010.0300.262763.6573.14
HexBBB8BD1301A114449
Octal273270275130324244111
Binary1011101110111000101111011110110101000101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB8BD; }

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

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

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

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

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

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

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

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