#BE9196

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

Shades of Viola #BE9196

Tints of Viola #BE9196

Color information

#BE9196 (or 0xBE9196) is unknown color: approx Viola. HEX triplet: BE, 91 and 96. RGB value is (190,145,150). Sum of RGB (Red+Green+Blue) = 190+145+150=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9196 is #416E69. Grayscale: #9F9F9F. Windows color (decimal): -4288106 or 9867710. OLE color: 9867710.

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

Color convert

RGB190145150-
CMYK00.240.210.25
HSL353.33º25.71%65.69%-
HSV(B)353.33º23.68%74.51%-
XYZ36.8733.433.36-
YUV159.02122.91150.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 145 (57.03% from 255) = 29.90%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=39.18%
G=29.90%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014515000.240.210.25353.3325.7165.69
HexBE919601815191611a42
Octal276221226030253154132102
Binary1011111010010001100101100110001010111001101100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9196; }

 p { color: rgb(190,145,150); }

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

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

 a { background-color: rgb(190,145,150); }

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

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

 span { border-color: rgb(190,145,150); }

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