#BEBDC0

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

Shades of French Grey #BEBDC0

Tints of French Grey #BEBDC0

Color information

#BEBDC0 (or 0xBEBDC0) is unknown color: approx French Grey. HEX triplet: BE, BD and C0. RGB value is (190,189,192). Sum of RGB (Red+Green+Blue) = 190+189+192=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDC0 is #41423F. Grayscale: #BDBDBD. Windows color (decimal): -4276800 or 12631486. OLE color: 12631486.

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

Color convert

RGB190189192-
CMYK0.010.0200.25
HSL260º2.33%74.71%-
HSV(B)260º1.56%75.29%-
XYZ48.9551.1557.16-
YUV189.64129.33128.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=33.27%
G=33.10%
B=33.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901891920.010.0200.252602.3374.71
HexBEBDC01201910424b
Octal276275300120314042113
Binary101111101011110111000000110011001100000100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDC0; }

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

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

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

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

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

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

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

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