#BEBDBF

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

Shades of French Grey #BEBDBF

Tints of French Grey #BEBDBF

Color information

#BEBDBF (or 0xBEBDBF) is unknown color: approx French Grey. HEX triplet: BE, BD and BF. RGB value is (190,189,191). Sum of RGB (Red+Green+Blue) = 190+189+191=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEBDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDBF is #414240. Grayscale: #BDBDBD. Windows color (decimal): -4276801 or 12565950. OLE color: 12565950.

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

Color convert

RGB190189191-
CMYK0.010.0100.25
HSL270º1.54%74.51%-
HSV(B)270º1.05%74.9%-
XYZ48.8451.156.58-
YUV189.53128.83128.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 191 (75% from 255) = 33.51%
R=33.33%
G=33.16%
B=33.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901891910.010.0100.252701.5474.51
HexBEBDBF1101910e24b
Octal276275277110314162113
Binary10111110101111011011111111011001100001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDBF; }

 p { color: rgb(190,189,191); }

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

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

 a { background-color: rgb(190,189,191); }

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

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

 span { border-color: rgb(190,189,191); }

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