#BE8C90

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

Shades of Viola #BE8C90

Tints of Viola #BE8C90

Color information

#BE8C90 (or 0xBE8C90) is unknown color: approx Viola. HEX triplet: BE, 8C and 90. RGB value is (190,140,144). Sum of RGB (Red+Green+Blue) = 190+140+144=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8C90 is #41736F. Grayscale: #9B9B9B. Windows color (decimal): -4289392 or 9473214. OLE color: 9473214.

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

Color convert

RGB190140144-
CMYK00.260.240.25
HSL355.2º27.78%64.71%-
HSV(B)355.2º26.32%74.51%-
XYZ35.6531.7230.63-
YUV155.41121.56152.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 144 (56.64% from 255) = 30.38%
R=40.08%
G=29.54%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014014400.260.240.25355.227.7864.71
HexBE8C9001A18191631c41
Octal276214220032303154334101
Binary1011111010001100100100000110101100011001101100011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C90; }

 p { color: rgb(190,140,144); }

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

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

 a { background-color: rgb(190,140,144); }

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

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

 span { border-color: rgb(190,140,144); }

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