#BEBAC2

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

Shades of French Grey #BEBAC2

Tints of French Grey #BEBAC2

Color information

#BEBAC2 (or 0xBEBAC2) is unknown color: approx French Grey. HEX triplet: BE, BA and C2. RGB value is (190,186,194). Sum of RGB (Red+Green+Blue) = 190+186+194=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEBAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAC2 is #41453D. Grayscale: #BCBCBC. Windows color (decimal): -4277566 or 12761790. OLE color: 12761790.

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

Color convert

RGB190186194-
CMYK0.020.0400.24
HSL270º6.15%74.51%-
HSV(B)270º4.12%76.08%-
XYZ48.5349.9658.12-
YUV188.11131.33129.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 194 (76.17% from 255) = 34.04%
R=33.33%
G=32.63%
B=34.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901861940.020.0400.242706.1574.51
HexBEBAC22401810e64b
Octal276272302240304166113
Binary101111101011101011000010101000110001000011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAC2; }

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

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

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

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

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

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

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

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