#BE96A1

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

Shades of Viola #BE96A1

Tints of Viola #BE96A1

Color information

#BE96A1 (or 0xBE96A1) is unknown color: approx Viola. HEX triplet: BE, 96 and A1. RGB value is (190,150,161). Sum of RGB (Red+Green+Blue) = 190+150+161=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE96A1 is #41695E. Grayscale: #A3A3A3. Windows color (decimal): -4286815 or 10589886. OLE color: 10589886.

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

Color convert

RGB190150161-
CMYK00.210.150.25
HSL343.5º23.53%66.67%-
HSV(B)343.5º21.05%74.51%-
XYZ38.5735.3338.51-
YUV163.21126.75147.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 161 (63.28% from 255) = 32.14%
R=37.92%
G=29.94%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015016100.210.150.25343.523.5366.67
HexBE96A1015F191581843
Octal276226241025173153030103
Binary101111101001011010100001010101111111001101011000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96A1; }

 p { color: rgb(190,150,161); }

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

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

 a { background-color: rgb(190,150,161); }

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

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

 span { border-color: rgb(190,150,161); }

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