#BC9296

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

Shades of Viola #BC9296

Tints of Viola #BC9296

Color information

#BC9296 (or 0xBC9296) is unknown color: approx Viola. HEX triplet: BC, 92 and 96. RGB value is (188,146,150). Sum of RGB (Red+Green+Blue) = 188+146+150=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9296 is #436D69. Grayscale: #9F9F9F. Windows color (decimal): -4418922 or 9867964. OLE color: 9867964.

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

Color convert

RGB188146150-
CMYK00.220.200.26
HSL354.29º23.86%65.49%-
HSV(B)354.29º22.34%73.73%-
XYZ36.5233.4533.39-
YUV159.01122.91148.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 146 (57.42% from 255) = 30.17%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=38.84%
G=30.17%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814615000.220.200.26354.2923.8665.49
HexBC9296016141A1621841
Octal274222226026243254230101
Binary1011110010010010100101100101101010011010101100010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9296; }

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

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

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

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

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

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

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

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