#BE98A3

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

Shades of Viola #BE98A3

Tints of Viola #BE98A3

Color information

#BE98A3 (or 0xBE98A3) is unknown color: approx Viola. HEX triplet: BE, 98 and A3. RGB value is (190,152,163). Sum of RGB (Red+Green+Blue) = 190+152+163=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BE98A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE98A3 is #41675C. Grayscale: #A4A4A4. Windows color (decimal): -4286301 or 10721470. OLE color: 10721470.

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

Color convert

RGB190152163-
CMYK00.20.140.25
HSL342.63º22.62%67.06%-
HSV(B)342.63º20%74.51%-
XYZ39.0736.0539.55-
YUV164.62127.09146.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 163 (64.06% from 255) = 32.28%
R=37.62%
G=30.10%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015216300.20.140.25342.6322.6267.06
HexBE98A3014E191571743
Octal276230243024163152727103
Binary101111101001100010100011010100111011001101010111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98A3; }

 p { color: rgb(190,152,163); }

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

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

 a { background-color: rgb(190,152,163); }

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

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

 span { border-color: rgb(190,152,163); }

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