#BE959D

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

Shades of Viola #BE959D

Tints of Viola #BE959D

Color information

#BE959D (or 0xBE959D) is unknown color: approx Viola. HEX triplet: BE, 95 and 9D. RGB value is (190,149,157). Sum of RGB (Red+Green+Blue) = 190+149+157=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BE959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE959D is #416A62. Grayscale: #A2A2A2. Windows color (decimal): -4287075 or 10327486. OLE color: 10327486.

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

Color convert

RGB190149157-
CMYK00.220.170.25
HSL348.29º23.98%66.47%-
HSV(B)348.29º21.58%74.51%-
XYZ38.0734.8836.62-
YUV162.17125.08147.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=38.31%
G=30.04%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014915700.220.170.25348.2923.9866.47
HexBE959D016111915c1842
Octal276225235026213153430102
Binary1011111010010101100111010101101000111001101011100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE959D; }

 p { color: rgb(190,149,157); }

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

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

 a { background-color: rgb(190,149,157); }

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

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

 span { border-color: rgb(190,149,157); }

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