#BE9399

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

Shades of Viola #BE9399

Tints of Viola #BE9399

Color information

#BE9399 (or 0xBE9399) is unknown color: approx Viola. HEX triplet: BE, 93 and 99. RGB value is (190,147,153). Sum of RGB (Red+Green+Blue) = 190+147+153=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9399 is #416C66. Grayscale: #A0A0A0. Windows color (decimal): -4287591 or 10064830. OLE color: 10064830.

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

Color convert

RGB190147153-
CMYK00.230.190.25
HSL351.63º24.86%66.08%-
HSV(B)351.63º22.63%74.51%-
XYZ37.4234.1134.75-
YUV160.54123.75149.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=38.78%
G=30%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014715300.230.190.25351.6324.8666.08
HexBE939901713191601942
Octal276223231027233154031102
Binary1011111010010011100110010101111001111001101100000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9399; }

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

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

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

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

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

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

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

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