#BE969E

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

Shades of Viola #BE969E

Tints of Viola #BE969E

Color information

#BE969E (or 0xBE969E) is unknown color: approx Viola. HEX triplet: BE, 96 and 9E. RGB value is (190,150,158). Sum of RGB (Red+Green+Blue) = 190+150+158=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE969E is #416961. Grayscale: #A2A2A2. Windows color (decimal): -4286818 or 10393278. OLE color: 10393278.

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

Color convert

RGB190150158-
CMYK00.210.170.25
HSL348º23.53%66.67%-
HSV(B)348º21.05%74.51%-
XYZ38.3135.2337.13-
YUV162.87125.25147.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=38.15%
G=30.12%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015015800.210.170.2534823.5366.67
HexBE969E015111915c1843
Octal276226236025213153430103
Binary1011111010010110100111100101011000111001101011100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE969E; }

 p { color: rgb(190,150,158); }

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

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

 a { background-color: rgb(190,150,158); }

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

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

 span { border-color: rgb(190,150,158); }

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