#BE9297

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

Shades of Viola #BE9297

Tints of Viola #BE9297

Color information

#BE9297 (or 0xBE9297) is unknown color: approx Viola. HEX triplet: BE, 92 and 97. RGB value is (190,146,151). Sum of RGB (Red+Green+Blue) = 190+146+151=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9297 is #416D68. Grayscale: #9F9F9F. Windows color (decimal): -4287849 or 9933502. OLE color: 9933502.

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

Color convert

RGB190146151-
CMYK00.230.210.25
HSL353.18º25.29%65.88%-
HSV(B)353.18º23.16%74.51%-
XYZ37.133.7433.84-
YUV159.73123.08149.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=39.01%
G=29.98%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014615100.230.210.25353.1825.2965.88
HexBE929701715191611942
Octal276222227027253154131102
Binary1011111010010010100101110101111010111001101100001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9297; }

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

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

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

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

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

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

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

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