#BE939C

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

Shades of Viola #BE939C

Tints of Viola #BE939C

Color information

#BE939C (or 0xBE939C) is unknown color: approx Viola. HEX triplet: BE, 93 and 9C. RGB value is (190,147,156). Sum of RGB (Red+Green+Blue) = 190+147+156=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE939C is #416C63. Grayscale: #A0A0A0. Windows color (decimal): -4287588 or 10261438. OLE color: 10261438.

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

Color convert

RGB190147156-
CMYK00.230.180.25
HSL347.44º24.86%66.08%-
HSV(B)347.44º22.63%74.51%-
XYZ37.6734.2136.07-
YUV160.88125.25148.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 147 (57.81% from 255) = 29.82%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=38.54%
G=29.82%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014715600.230.180.25347.4424.8666.08
HexBE939C017121915b1942
Octal276223234027223153331102
Binary1011111010010011100111000101111001011001101011011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE939C; }

 p { color: rgb(190,147,156); }

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

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

 a { background-color: rgb(190,147,156); }

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

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

 span { border-color: rgb(190,147,156); }

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