#BE8999

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

Shades of Viola #BE8999

Tints of Viola #BE8999

Color information

#BE8999 (or 0xBE8999) is unknown color: approx Viola. HEX triplet: BE, 89 and 99. RGB value is (190,137,153). Sum of RGB (Red+Green+Blue) = 190+137+153=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8999 is #417666. Grayscale: #9A9A9A. Windows color (decimal): -4290151 or 10062270. OLE color: 10062270.

HSL color Cylindrical-coordinate representation of color #BE8999: hue angle of 341.89º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE8999 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB190137153-
CMYK00.280.190.25
HSL341.89º28.96%64.12%-
HSV(B)341.89º27.89%74.51%-
XYZ35.9331.1434.25-
YUV154.67127.06153.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 137 (53.91% from 255) = 28.54%
BLUE value IS 153 (60.16% from 255) = 31.88%
R=39.58%
G=28.54%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013715300.280.190.25341.8928.9664.12
HexBE899901C13191561d40
Octal276211231034233152635100
Binary1011111010001001100110010111001001111001101010110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8999; }

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

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

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

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

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

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

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

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