#BE92A4

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

Shades of Viola #BE92A4

Tints of Viola #BE92A4

Color information

#BE92A4 (or 0xBE92A4) is unknown color: approx Viola. HEX triplet: BE, 92 and A4. RGB value is (190,146,164). Sum of RGB (Red+Green+Blue) = 190+146+164=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE92A4 is #416D5B. Grayscale: #A1A1A1. Windows color (decimal): -4287836 or 10785470. OLE color: 10785470.

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

Color convert

RGB190146164-
CMYK00.230.140.25
HSL335.45º25.29%65.88%-
HSV(B)335.45º23.16%74.51%-
XYZ38.2134.1939.71-
YUV161.21129.58148.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 146 (57.42% from 255) = 29.2%
BLUE value IS 164 (64.45% from 255) = 32.8%
R=38%
G=29.2%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014616400.230.140.25335.4525.2965.88
HexBE92A4017E1914f1942
Octal276222244027163151731102
Binary101111101001001010100100010111111011001101001111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92A4; }

 p { color: rgb(190,146,164); }

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

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

 a { background-color: rgb(190,146,164); }

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

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

 span { border-color: rgb(190,146,164); }

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