#BC898E

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

Shades of Viola #BC898E

Tints of Viola #BC898E

Color information

#BC898E (or 0xBC898E) is unknown color: approx Viola. HEX triplet: BC, 89 and 8E. RGB value is (188,137,142). Sum of RGB (Red+Green+Blue) = 188+137+142=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC898E is #437671. Grayscale: #989898. Windows color (decimal): -4421234 or 9341372. OLE color: 9341372.

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

Color convert

RGB188137142-
CMYK00.270.240.26
HSL354.12º27.57%63.73%-
HSV(B)354.12º27.13%73.73%-
XYZ34.5730.5429.66-
YUV152.82121.9153.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 137 (53.91% from 255) = 29.34%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=40.26%
G=29.34%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813714200.270.240.26354.1227.5763.73
HexBC898E01B181A1621c40
Octal274211216033303254234100
Binary1011110010001001100011100110111100011010101100010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC898E; }

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

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

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

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

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

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

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

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