#BFB3CB

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

Shades of French Grey #BFB3CB

Tints of French Grey #BFB3CB

Color information

#BFB3CB (or 0xBFB3CB) is unknown color: approx French Grey. HEX triplet: BF, B3 and CB. RGB value is (191,179,203). Sum of RGB (Red+Green+Blue) = 191+179+203=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3CB is #404C34. Grayscale: #B9B9B9. Windows color (decimal): -4213813 or 13349823. OLE color: 13349823.

HSL color Cylindrical-coordinate representation of color #BFB3CB: hue angle of 270º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB3CB is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191179203-
CMYK0.060.1200.20
HSL270º18.75%74.9%-
HSV(B)270º11.82%79.61%-
XYZ48.3947.6363.14-
YUV185.32137.98132.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 179 (70.31% from 255) = 31.24%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=33.33%
G=31.24%
B=35.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911792030.060.1200.2027018.7574.9
HexBFB3CB6C01410e134b
Octal27726331361402441623113
Binary1011111110110011110010111101100010100100001110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3CB; }

 p { color: rgb(191,179,203); }

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

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

 a { background-color: rgb(191,179,203); }

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

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

 span { border-color: rgb(191,179,203); }

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