#BC889E

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

Shades of Viola #BC889E

Tints of Viola #BC889E

Color information

#BC889E (or 0xBC889E) is unknown color: approx Viola. HEX triplet: BC, 88 and 9E. RGB value is (188,136,158). Sum of RGB (Red+Green+Blue) = 188+136+158=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC889E is #437761. Grayscale: #9A9A9A. Windows color (decimal): -4421474 or 10389692. OLE color: 10389692.

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

Color convert

RGB188136158-
CMYK00.280.160.26
HSL334.62º27.96%63.53%-
HSV(B)334.62º27.66%73.73%-
XYZ35.7130.7736.4-
YUV154.06130.23152.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 136 (53.52% from 255) = 28.22%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=39.00%
G=28.22%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813615800.280.160.26334.6227.9663.53
HexBC889E01C101A14f1c40
Octal274210236034203251734100
Binary1011110010001000100111100111001000011010101001111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC889E; }

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

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

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

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

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

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

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

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