#BE899D

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

Shades of Viola #BE899D

Tints of Viola #BE899D

Color information

#BE899D (or 0xBE899D) is unknown color: approx Viola. HEX triplet: BE, 89 and 9D. RGB value is (190,137,157). Sum of RGB (Red+Green+Blue) = 190+137+157=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE899D is #417662. Grayscale: #9B9B9B. Windows color (decimal): -4290147 or 10324414. OLE color: 10324414.

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

Color convert

RGB190137157-
CMYK00.280.170.25
HSL337.36º28.96%64.12%-
HSV(B)337.36º27.89%74.51%-
XYZ36.2731.2736.02-
YUV155.13129.06152.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 157 (61.72% from 255) = 32.44%
R=39.26%
G=28.31%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013715700.280.170.25337.3628.9664.12
HexBE899D01C11191511d40
Octal276211235034213152135100
Binary1011111010001001100111010111001000111001101010001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE899D; }

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

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

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

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

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

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

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

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