#BC919C

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

Shades of Viola #BC919C

Tints of Viola #BC919C

Color information

#BC919C (or 0xBC919C) is unknown color: approx Viola. HEX triplet: BC, 91 and 9C. RGB value is (188,145,156). Sum of RGB (Red+Green+Blue) = 188+145+156=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC919C is #436E63. Grayscale: #9F9F9F. Windows color (decimal): -4419172 or 10260924. OLE color: 10260924.

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

Color convert

RGB188145156-
CMYK00.230.170.26
HSL344.65º24.29%65.29%-
HSV(B)344.65º22.87%73.73%-
XYZ36.8733.3435.95-
YUV159.11126.25148.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 145 (57.03% from 255) = 29.65%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=38.45%
G=29.65%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814515600.230.170.26344.6524.2965.29
HexBC919C017111A1591841
Octal274221234027213253130101
Binary1011110010010001100111000101111000111010101011001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC919C; }

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

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

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

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

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

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

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

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