#BC8C96

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

Shades of Viola #BC8C96

Tints of Viola #BC8C96

Color information

#BC8C96 (or 0xBC8C96) is unknown color: approx Viola. HEX triplet: BC, 8C and 96. RGB value is (188,140,150). Sum of RGB (Red+Green+Blue) = 188+140+150=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C96 is #437369. Grayscale: #9B9B9B. Windows color (decimal): -4420458 or 9866428. OLE color: 9866428.

HSL color Cylindrical-coordinate representation of color #BC8C96: hue angle of 347.5º degrees, saturation: 0.26, 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 #BC8C96 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188140150-
CMYK00.260.200.26
HSL347.5º26.37%64.31%-
HSV(B)347.5º25.53%73.73%-
XYZ35.6231.6533.09-
YUV155.49124.9151.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 140 (55.08% from 255) = 29.29%
BLUE value IS 150 (58.98% from 255) = 31.38%
R=39.33%
G=29.29%
B=31.38%

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
Decimal18814015000.260.200.26347.526.3764.31
HexBC8C9601A141A15c1a40
Octal274214226032243253432100
Binary1011110010001100100101100110101010011010101011100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C96; }

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

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

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

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

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

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

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

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