#BC909C

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

Shades of Viola #BC909C

Tints of Viola #BC909C

Color information

#BC909C (or 0xBC909C) is unknown color: approx Viola. HEX triplet: BC, 90 and 9C. RGB value is (188,144,156). Sum of RGB (Red+Green+Blue) = 188+144+156=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC909C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC909C is #436F63. Grayscale: #9E9E9E. Windows color (decimal): -4419428 or 10260668. OLE color: 10260668.

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

Color convert

RGB188144156-
CMYK00.230.170.26
HSL343.64º24.72%65.1%-
HSV(B)343.64º23.4%73.73%-
XYZ36.7133.0435.89-
YUV158.52126.58149.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 144 (56.64% from 255) = 29.51%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=38.52%
G=29.51%
B=31.97%

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
Decimal18814415600.230.170.26343.6424.7265.1
HexBC909C017111A1581941
Octal274220234027213253031101
Binary1011110010010000100111000101111000111010101011000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC909C; }

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

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

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

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

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

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

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

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