#BC959E

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

Shades of Viola #BC959E

Tints of Viola #BC959E

Color information

#BC959E (or 0xBC959E) is unknown color: approx Viola. HEX triplet: BC, 95 and 9E. RGB value is (188,149,158). Sum of RGB (Red+Green+Blue) = 188+149+158=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC959E is #436A61. Grayscale: #A1A1A1. Windows color (decimal): -4418146 or 10393020. OLE color: 10393020.

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

Color convert

RGB188149158-
CMYK00.210.160.26
HSL346.15º22.54%66.08%-
HSV(B)346.15º20.74%73.73%-
XYZ37.6634.6537.05-
YUV161.69125.92146.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=37.98%
G=30.10%
B=31.92%

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
Decimal18814915800.210.160.26346.1522.5466.08
HexBC959E015101A15a1742
Octal274225236025203253227102
Binary1011110010010101100111100101011000011010101011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC959E; }

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

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

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

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

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

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

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

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