#BC8891

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

Shades of Viola #BC8891

Tints of Viola #BC8891

Color information

#BC8891 (or 0xBC8891) is unknown color: approx Viola. HEX triplet: BC, 88 and 91. RGB value is (188,136,145). Sum of RGB (Red+Green+Blue) = 188+136+145=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8891 is #43776E. Grayscale: #989898. Windows color (decimal): -4421487 or 9537724. OLE color: 9537724.

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

Color convert

RGB188136145-
CMYK00.280.230.26
HSL349.62º27.96%63.53%-
HSV(B)349.62º27.66%73.73%-
XYZ34.6530.3430.82-
YUV152.57123.73153.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 145 (57.03% from 255) = 30.92%
R=40.09%
G=29.00%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813614500.280.230.26349.6227.9663.53
HexBC889101C171A15e1c40
Octal274210221034273253634100
Binary1011110010001000100100010111001011111010101011110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8891; }

 p { color: rgb(188,136,145); }

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

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

 a { background-color: rgb(188,136,145); }

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

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

 span { border-color: rgb(188,136,145); }

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