#BE939E

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

Shades of Viola #BE939E

Tints of Viola #BE939E

Color information

#BE939E (or 0xBE939E) is unknown color: approx Viola. HEX triplet: BE, 93 and 9E. RGB value is (190,147,158). Sum of RGB (Red+Green+Blue) = 190+147+158=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE939E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE939E is #416C61. Grayscale: #A1A1A1. Windows color (decimal): -4287586 or 10392510. OLE color: 10392510.

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

Color convert

RGB190147158-
CMYK00.230.170.25
HSL344.65º24.86%66.08%-
HSV(B)344.65º22.63%74.51%-
XYZ37.8434.2836.97-
YUV161.11126.25148.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=38.38%
G=29.70%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014715800.230.170.25344.6524.8666.08
HexBE939E01711191591942
Octal276223236027213153131102
Binary1011111010010011100111100101111000111001101011001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE939E; }

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

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

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

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

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

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

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

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