#BE8E9C

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

Shades of Viola #BE8E9C

Tints of Viola #BE8E9C

Color information

#BE8E9C (or 0xBE8E9C) is unknown color: approx Viola. HEX triplet: BE, 8E and 9C. RGB value is (190,142,156). Sum of RGB (Red+Green+Blue) = 190+142+156=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8E9C is #417163. Grayscale: #9D9D9D. Windows color (decimal): -4288868 or 10260158. OLE color: 10260158.

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

Color convert

RGB190142156-
CMYK00.250.180.25
HSL342.5º26.97%65.1%-
HSV(B)342.5º25.26%74.51%-
XYZ36.9132.6935.82-
YUV157.95126.9150.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 142 (55.86% from 255) = 29.10%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=38.93%
G=29.10%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014215600.250.180.25342.526.9765.1
HexBE8E9C01912191561b41
Octal276216234031223152633101
Binary1011111010001110100111000110011001011001101010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E9C; }

 p { color: rgb(190,142,156); }

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

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

 a { background-color: rgb(190,142,156); }

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

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

 span { border-color: rgb(190,142,156); }

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