#BFB2C9

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

Shades of French Grey #BFB2C9

Tints of French Grey #BFB2C9

Color information

#BFB2C9 (or 0xBFB2C9) is unknown color: approx French Grey. HEX triplet: BF, B2 and C9. RGB value is (191,178,201). Sum of RGB (Red+Green+Blue) = 191+178+201=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFB2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2C9 is #404D36. Grayscale: #B8B8B8. Windows color (decimal): -4214071 or 13218495. OLE color: 13218495.

HSL color Cylindrical-coordinate representation of color #BFB2C9: hue angle of 273.91º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFB2C9 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191178201-
CMYK0.050.1100.21
HSL273.91º17.56%74.31%-
HSV(B)273.91º11.44%78.82%-
XYZ47.9547.1361.83-
YUV184.51137.31132.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 178 (69.92% from 255) = 31.23%
BLUE value IS 201 (78.91% from 255) = 35.26%
R=33.51%
G=31.23%
B=35.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911782010.050.1100.21273.9117.5674.31
HexBFB2C95B015112124a
Octal27726231151302542222112
Binary1011111110110010110010011011011010101100010010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2C9; }

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

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

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

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

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

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

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

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