#BFB2C7

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

Shades of French Grey #BFB2C7

Tints of French Grey #BFB2C7

Color information

#BFB2C7 (or 0xBFB2C7) is unknown color: approx French Grey. HEX triplet: BF, B2 and C7. RGB value is (191,178,199). Sum of RGB (Red+Green+Blue) = 191+178+199=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFB2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2C7 is #404D38. Grayscale: #B8B8B8. Windows color (decimal): -4214073 or 13087423. OLE color: 13087423.

HSL color Cylindrical-coordinate representation of color #BFB2C7: hue angle of 277.14º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFB2C7 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191178199-
CMYK0.040.1100.22
HSL277.14º15.79%73.92%-
HSV(B)277.14º10.55%78.04%-
XYZ47.7247.0460.6-
YUV184.28136.31132.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 178 (69.92% from 255) = 31.34%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=33.63%
G=31.34%
B=35.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911781990.040.1100.22277.1415.7973.92
HexBFB2C74B016115104a
Octal27726230741302642520112
Binary1011111110110010110001111001011010110100010101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2C7; }

 p { color: rgb(191,178,199); }

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

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

 a { background-color: rgb(191,178,199); }

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

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

 span { border-color: rgb(191,178,199); }

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