#BC949C

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

Shades of Viola #BC949C

Tints of Viola #BC949C

Color information

#BC949C (or 0xBC949C) is unknown color: approx Viola. HEX triplet: BC, 94 and 9C. RGB value is (188,148,156). Sum of RGB (Red+Green+Blue) = 188+148+156=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC949C is #436B63. Grayscale: #A0A0A0. Windows color (decimal): -4418404 or 10261692. OLE color: 10261692.

HSL color Cylindrical-coordinate representation of color #BC949C: hue angle of 348º 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 #BC949C is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB188148156-
CMYK00.210.170.26
HSL348º22.99%65.88%-
HSV(B)348º21.28%73.73%-
XYZ37.3334.2736.1-
YUV160.87125.25147.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=38.21%
G=30.08%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814815600.210.170.2634822.9965.88
HexBC949C015111A15c1742
Octal274224234025213253427102
Binary1011110010010100100111000101011000111010101011100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC949C; }

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

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

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

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

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

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

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

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