#BC8B96

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

Shades of Viola #BC8B96

Tints of Viola #BC8B96

Color information

#BC8B96 (or 0xBC8B96) is unknown color: approx Viola. HEX triplet: BC, 8B and 96. RGB value is (188,139,150). Sum of RGB (Red+Green+Blue) = 188+139+150=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8B96 is #437469. Grayscale: #9A9A9A. Windows color (decimal): -4420714 or 9866172. OLE color: 9866172.

HSL color Cylindrical-coordinate representation of color #BC8B96: hue angle of 346.53º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8B96 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188139150-
CMYK00.260.200.26
HSL346.53º26.78%64.12%-
HSV(B)346.53º26.06%73.73%-
XYZ35.4831.3633.04-
YUV154.9125.23151.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 139 (54.69% from 255) = 29.14%
BLUE value IS 150 (58.98% from 255) = 31.45%
R=39.41%
G=29.14%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813915000.260.200.26346.5326.7864.12
HexBC8B9601A141A15b1b40
Octal274213226032243253333100
Binary1011110010001011100101100110101010011010101011011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8B96; }

 p { color: rgb(188,139,150); }

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

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

 a { background-color: rgb(188,139,150); }

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

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

 span { border-color: rgb(188,139,150); }

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