#BC8E9C

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

Shades of Viola #BC8E9C

Tints of Viola #BC8E9C

Color information

#BC8E9C (or 0xBC8E9C) is unknown color: approx Viola. HEX triplet: BC, 8E and 9C. RGB value is (188,142,156). Sum of RGB (Red+Green+Blue) = 188+142+156=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8E9C is #437163. Grayscale: #9D9D9D. Windows color (decimal): -4419940 or 10260156. OLE color: 10260156.

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

Color convert

RGB188142156-
CMYK00.240.170.26
HSL341.74º25.56%64.71%-
HSV(B)341.74º24.47%73.73%-
XYZ36.4132.4435.79-
YUV157.35127.24149.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 142 (55.86% from 255) = 29.22%
BLUE value IS 156 (61.33% from 255) = 32.10%
R=38.68%
G=29.22%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814215600.240.170.26341.7425.5664.71
HexBC8E9C018111A1561a41
Octal274216234030213252632101
Binary1011110010001110100111000110001000111010101010110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E9C; }

 p { color: rgb(188,142,156); }

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

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

 a { background-color: rgb(188,142,156); }

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

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

 span { border-color: rgb(188,142,156); }

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