#BEBCC1

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

Shades of French Grey #BEBCC1

Tints of French Grey #BEBCC1

Color information

#BEBCC1 (or 0xBEBCC1) is unknown color: approx French Grey. HEX triplet: BE, BC and C1. RGB value is (190,188,193). Sum of RGB (Red+Green+Blue) = 190+188+193=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEBCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCC1 is #41433E. Grayscale: #BDBDBD. Windows color (decimal): -4277055 or 12696766. OLE color: 12696766.

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

Color convert

RGB190188193-
CMYK0.020.0300.24
HSL264º3.88%74.71%-
HSV(B)264º2.59%75.69%-
XYZ48.8450.7657.68-
YUV189.17130.16128.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 193 (75.78% from 255) = 33.80%
R=33.27%
G=32.92%
B=33.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901881930.020.0300.242643.8874.71
HexBEBCC12301810844b
Octal276274301230304104113
Binary10111110101111001100000110110110001000010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCC1; }

 p { color: rgb(190,188,193); }

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

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

 a { background-color: rgb(190,188,193); }

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

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

 span { border-color: rgb(190,188,193); }

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