#BE8A9C

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

Shades of Viola #BE8A9C

Tints of Viola #BE8A9C

Color information

#BE8A9C (or 0xBE8A9C) is unknown color: approx Viola. HEX triplet: BE, 8A and 9C. RGB value is (190,138,156). Sum of RGB (Red+Green+Blue) = 190+138+156=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A9C is #417563. Grayscale: #9B9B9B. Windows color (decimal): -4289892 or 10259134. OLE color: 10259134.

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

Color convert

RGB190138156-
CMYK00.270.180.25
HSL339.23º28.57%64.31%-
HSV(B)339.23º27.37%74.51%-
XYZ36.3231.5235.62-
YUV155.6128.23152.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 156 (61.33% from 255) = 32.23%
R=39.26%
G=28.51%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013815600.270.180.25339.2328.5764.31
HexBE8A9C01B12191531d40
Octal276212234033223152335100
Binary1011111010001010100111000110111001011001101010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A9C; }

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

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

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

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

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

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

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

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