#BE919C

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

Shades of Viola #BE919C

Tints of Viola #BE919C

Color information

#BE919C (or 0xBE919C) is unknown color: approx Viola. HEX triplet: BE, 91 and 9C. RGB value is (190,145,156). Sum of RGB (Red+Green+Blue) = 190+145+156=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE919C is #416E63. Grayscale: #9F9F9F. Windows color (decimal): -4288100 or 10260926. OLE color: 10260926.

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

Color convert

RGB190145156-
CMYK00.240.180.25
HSL345.33º25.71%65.69%-
HSV(B)345.33º23.68%74.51%-
XYZ37.3633.635.97-
YUV159.71125.91149.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 145 (57.03% from 255) = 29.53%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=38.70%
G=29.53%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014515600.240.180.25345.3325.7165.69
HexBE919C01812191591a42
Octal276221234030223153132102
Binary1011111010010001100111000110001001011001101011001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE919C; }

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

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

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

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

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

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

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

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