#BFBBC1

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

Shades of French Grey #BFBBC1

Tints of French Grey #BFBBC1

Color information

#BFBBC1 (or 0xBFBBC1) is unknown color: approx French Grey. HEX triplet: BF, BB and C1. RGB value is (191,187,193). Sum of RGB (Red+Green+Blue) = 191+187+193=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBC1 is #40443E. Grayscale: #BCBCBC. Windows color (decimal): -4211775 or 12696511. OLE color: 12696511.

HSL color Cylindrical-coordinate representation of color #BFBBC1: hue angle of 280º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFBBC1 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191187193-
CMYK0.010.0300.24
HSL280º4.62%74.51%-
HSV(B)280º3.11%75.69%-
XYZ48.8850.4757.62-
YUV188.88130.33129.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 187 (73.44% from 255) = 32.75%
BLUE value IS 193 (75.78% from 255) = 33.80%
R=33.45%
G=32.75%
B=33.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911871930.010.0300.242804.6274.51
HexBFBBC11301811854b
Octal277273301130304305113
Binary1011111110111011110000011110110001000110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBC1; }

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

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

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

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

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

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

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

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