#BC959C

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

Shades of Viola #BC959C

Tints of Viola #BC959C

Color information

#BC959C (or 0xBC959C) is unknown color: approx Viola. HEX triplet: BC, 95 and 9C. RGB value is (188,149,156). Sum of RGB (Red+Green+Blue) = 188+149+156=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC959C is #436A63. Grayscale: #A1A1A1. Windows color (decimal): -4418148 or 10261948. OLE color: 10261948.

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

Color convert

RGB188149156-
CMYK00.210.170.26
HSL349.23º22.54%66.08%-
HSV(B)349.23º20.74%73.73%-
XYZ37.4934.5936.15-
YUV161.46124.92146.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=38.13%
G=30.22%
B=31.64%

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
Decimal18814915600.210.170.26349.2322.5466.08
HexBC959C015111A15d1742
Octal274225234025213253527102
Binary1011110010010101100111000101011000111010101011101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC959C; }

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

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

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

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

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

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

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

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