#BEBAC6

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

Shades of French Grey #BEBAC6

Tints of French Grey #BEBAC6

Color information

#BEBAC6 (or 0xBEBAC6) is unknown color: approx French Grey. HEX triplet: BE, BA and C6. RGB value is (190,186,198). Sum of RGB (Red+Green+Blue) = 190+186+198=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 198 - color contains mainly: blue. Hex color #BEBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAC6 is #414539. Grayscale: #BCBCBC. Windows color (decimal): -4277562 or 13023934. OLE color: 13023934.

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

Color convert

RGB190186198-
CMYK0.040.0600.22
HSL260º9.52%75.29%-
HSV(B)260º6.06%77.65%-
XYZ48.9950.1460.52-
YUV188.56133.33129.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 198 (77.73% from 255) = 34.49%
R=33.10%
G=32.40%
B=34.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901861980.040.0600.222609.5275.29
HexBEBAC646016104a4b
Octal2762723064602640412113
Binary10111110101110101100011010011001011010000010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAC6; }

 p { color: rgb(190,186,198); }

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

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

 a { background-color: rgb(190,186,198); }

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

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

 span { border-color: rgb(190,186,198); }

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