#BE9099

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

Shades of Viola #BE9099

Tints of Viola #BE9099

Color information

#BE9099 (or 0xBE9099) is unknown color: approx Viola. HEX triplet: BE, 90 and 99. RGB value is (190,144,153). Sum of RGB (Red+Green+Blue) = 190+144+153=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9099 is #416F66. Grayscale: #9E9E9E. Windows color (decimal): -4288359 or 10064062. OLE color: 10064062.

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

Color convert

RGB190144153-
CMYK00.240.190.25
HSL348.26º26.14%65.49%-
HSV(B)348.26º24.21%74.51%-
XYZ36.9633.1934.6-
YUV158.78124.74150.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 144 (56.64% from 255) = 29.57%
BLUE value IS 153 (60.16% from 255) = 31.42%
R=39.01%
G=29.57%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014415300.240.190.25348.2626.1465.49
HexBE9099018131915c1a41
Octal276220231030233153432101
Binary1011111010010000100110010110001001111001101011100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9099; }

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

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

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

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

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

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

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

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