#BE939B

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

Shades of Viola #BE939B

Tints of Viola #BE939B

Color information

#BE939B (or 0xBE939B) is unknown color: approx Viola. HEX triplet: BE, 93 and 9B. RGB value is (190,147,155). Sum of RGB (Red+Green+Blue) = 190+147+155=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE939B is #416C64. Grayscale: #A0A0A0. Windows color (decimal): -4287589 or 10195902. OLE color: 10195902.

HSL color Cylindrical-coordinate representation of color #BE939B: hue angle of 348.84º 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 #BE939B is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB190147155-
CMYK00.230.180.25
HSL348.84º24.86%66.08%-
HSV(B)348.84º22.63%74.51%-
XYZ37.5934.1835.63-
YUV160.77124.75148.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=38.62%
G=29.88%
B=31.50%

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
Decimal19014715500.230.180.25348.8424.8666.08
HexBE939B017121915d1942
Octal276223233027223153531102
Binary1011111010010011100110110101111001011001101011101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE939B; }

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

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

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

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

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

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

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

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