#BC949D

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

Shades of Viola #BC949D

Tints of Viola #BC949D

Color information

#BC949D (or 0xBC949D) is unknown color: approx Viola. HEX triplet: BC, 94 and 9D. RGB value is (188,148,157). Sum of RGB (Red+Green+Blue) = 188+148+157=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC949D is #436B62. Grayscale: #A0A0A0. Windows color (decimal): -4418403 or 10327228. OLE color: 10327228.

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

Color convert

RGB188148157-
CMYK00.210.160.26
HSL346.5º22.99%65.88%-
HSV(B)346.5º21.28%73.73%-
XYZ37.4134.3136.55-
YUV160.99125.75147.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=38.13%
G=30.02%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814815700.210.160.26346.522.9965.88
HexBC949D015101A15a1742
Octal274224235025203253227102
Binary1011110010010100100111010101011000011010101011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC949D; }

 p { color: rgb(188,148,157); }

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

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

 a { background-color: rgb(188,148,157); }

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

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

 span { border-color: rgb(188,148,157); }

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