#BE919A

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

Shades of Viola #BE919A

Tints of Viola #BE919A

Color information

#BE919A (or 0xBE919A) is unknown color: approx Viola. HEX triplet: BE, 91 and 9A. RGB value is (190,145,154). Sum of RGB (Red+Green+Blue) = 190+145+154=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE919A is #416E65. Grayscale: #9F9F9F. Windows color (decimal): -4288102 or 10129854. OLE color: 10129854.

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

Color convert

RGB190145154-
CMYK00.240.190.25
HSL348º25.71%65.69%-
HSV(B)348º23.68%74.51%-
XYZ37.1933.5335.08-
YUV159.48124.91149.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 145 (57.03% from 255) = 29.65%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=38.85%
G=29.65%
B=31.49%

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
Decimal19014515400.240.190.2534825.7165.69
HexBE919A018131915c1a42
Octal276221232030233153432102
Binary1011111010010001100110100110001001111001101011100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE919A; }

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

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

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

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

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

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

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

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