#BC888E

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

Shades of Viola #BC888E

Tints of Viola #BC888E

Color information

#BC888E (or 0xBC888E) is unknown color: approx Viola. HEX triplet: BC, 88 and 8E. RGB value is (188,136,142). Sum of RGB (Red+Green+Blue) = 188+136+142=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC888E is #437771. Grayscale: #989898. Windows color (decimal): -4421490 or 9341116. OLE color: 9341116.

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

Color convert

RGB188136142-
CMYK00.280.240.26
HSL353.08º27.96%63.53%-
HSV(B)353.08º27.66%73.73%-
XYZ34.4330.2529.62-
YUV152.23122.23153.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 136 (53.52% from 255) = 29.18%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=40.34%
G=29.18%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813614200.280.240.26353.0827.9663.53
HexBC888E01C181A1611c40
Octal274210216034303254134100
Binary1011110010001000100011100111001100011010101100001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC888E; }

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

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

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

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

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

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

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

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