#BC8890

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

Shades of Viola #BC8890

Tints of Viola #BC8890

Color information

#BC8890 (or 0xBC8890) is unknown color: approx Viola. HEX triplet: BC, 88 and 90. RGB value is (188,136,144). Sum of RGB (Red+Green+Blue) = 188+136+144=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8890 is #43776F. Grayscale: #989898. Windows color (decimal): -4421488 or 9472188. OLE color: 9472188.

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

Color convert

RGB188136144-
CMYK00.280.230.26
HSL350.77º27.96%63.53%-
HSV(B)350.77º27.66%73.73%-
XYZ34.5830.3130.41-
YUV152.46123.23153.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 136 (53.52% from 255) = 29.06%
BLUE value IS 144 (56.64% from 255) = 30.77%
R=40.17%
G=29.06%
B=30.77%

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
Decimal18813614400.280.230.26350.7727.9663.53
HexBC889001C171A15f1c40
Octal274210220034273253734100
Binary1011110010001000100100000111001011111010101011111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8890; }

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

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

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

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

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

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

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

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