#BE949D

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

Shades of Viola #BE949D

Tints of Viola #BE949D

Color information

#BE949D (or 0xBE949D) is unknown color: approx Viola. HEX triplet: BE, 94 and 9D. RGB value is (190,148,157). Sum of RGB (Red+Green+Blue) = 190+148+157=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE949D is #416B62. Grayscale: #A1A1A1. Windows color (decimal): -4287331 or 10327230. OLE color: 10327230.

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

Color convert

RGB190148157-
CMYK00.220.170.25
HSL347.14º24.42%66.27%-
HSV(B)347.14º22.11%74.51%-
XYZ37.9134.5636.57-
YUV161.58125.41148.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=38.38%
G=29.90%
B=31.72%

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
Decimal19014815700.220.170.25347.1424.4266.27
HexBE949D016111915b1842
Octal276224235026213153330102
Binary1011111010010100100111010101101000111001101011011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE949D; }

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

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

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

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

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

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

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

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