#BFB5C8

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

Shades of French Grey #BFB5C8

Tints of French Grey #BFB5C8

Color information

#BFB5C8 (or 0xBFB5C8) is unknown color: approx French Grey. HEX triplet: BF, B5 and C8. RGB value is (191,181,200). Sum of RGB (Red+Green+Blue) = 191+181+200=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFB5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5C8 is #404A37. Grayscale: #BABABA. Windows color (decimal): -4213304 or 13153727. OLE color: 13153727.

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

Color convert

RGB191181200-
CMYK0.040.0900.22
HSL271.58º14.73%74.71%-
HSV(B)271.58º9.5%78.43%-
XYZ48.4448.2961.41-
YUV186.16135.81131.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 181 (71.09% from 255) = 31.64%
BLUE value IS 200 (78.52% from 255) = 34.97%
R=33.39%
G=31.64%
B=34.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911812000.040.0900.22271.5814.7374.71
HexBFB5C849016110f4b
Octal27726531041102642017113
Binary101111111011010111001000100100101011010001000011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5C8; }

 p { color: rgb(191,181,200); }

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

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

 a { background-color: rgb(191,181,200); }

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

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

 span { border-color: rgb(191,181,200); }

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