#BC939C

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

Shades of Viola #BC939C

Tints of Viola #BC939C

Color information

#BC939C (or 0xBC939C) is unknown color: approx Viola. HEX triplet: BC, 93 and 9C. RGB value is (188,147,156). Sum of RGB (Red+Green+Blue) = 188+147+156=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC939C is #436C63. Grayscale: #A0A0A0. Windows color (decimal): -4418660 or 10261436. OLE color: 10261436.

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

Color convert

RGB188147156-
CMYK00.220.170.26
HSL346.83º23.43%65.69%-
HSV(B)346.83º21.81%73.73%-
XYZ37.1733.9636.05-
YUV160.28125.58147.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=38.29%
G=29.94%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814715600.220.170.26346.8323.4365.69
HexBC939C016111A15b1742
Octal274223234026213253327102
Binary1011110010010011100111000101101000111010101011011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC939C; }

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

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

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

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

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

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

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

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