#BE8697

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

Shades of Viola #BE8697

Tints of Viola #BE8697

Color information

#BE8697 (or 0xBE8697) is unknown color: approx Viola. HEX triplet: BE, 86 and 97. RGB value is (190,134,151). Sum of RGB (Red+Green+Blue) = 190+134+151=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8697 is #417968. Grayscale: #989898. Windows color (decimal): -4290921 or 9930430. OLE color: 9930430.

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

Color convert

RGB190134151-
CMYK00.290.210.25
HSL341.79º30.11%63.53%-
HSV(B)341.79º29.47%74.51%-
XYZ35.3530.2333.25-
YUV152.68127.05154.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=40%
G=28.21%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013415100.290.210.25341.7930.1163.53
HexBE869701D15191561e40
Octal276206227035253152636100
Binary1011111010000110100101110111011010111001101010110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8697; }

 p { color: rgb(190,134,151); }

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

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

 a { background-color: rgb(190,134,151); }

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

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

 span { border-color: rgb(190,134,151); }

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