#BC959B

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

Shades of Viola #BC959B

Tints of Viola #BC959B

Color information

#BC959B (or 0xBC959B) is unknown color: approx Viola. HEX triplet: BC, 95 and 9B. RGB value is (188,149,155). Sum of RGB (Red+Green+Blue) = 188+149+155=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC959B is #436A64. Grayscale: #A1A1A1. Windows color (decimal): -4418149 or 10196412. OLE color: 10196412.

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

Color convert

RGB188149155-
CMYK00.210.180.26
HSL350.77º22.54%66.08%-
HSV(B)350.77º20.74%73.73%-
XYZ37.434.5535.71-
YUV161.34124.42147.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=38.21%
G=30.28%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814915500.210.180.26350.7722.5466.08
HexBC959B015121A15f1742
Octal274225233025223253727102
Binary1011110010010101100110110101011001011010101011111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC959B; }

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

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

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

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

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

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

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

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