#BC909B

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

Shades of Viola #BC909B

Tints of Viola #BC909B

Color information

#BC909B (or 0xBC909B) is unknown color: approx Viola. HEX triplet: BC, 90 and 9B. RGB value is (188,144,155). Sum of RGB (Red+Green+Blue) = 188+144+155=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC909B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC909B is #436F64. Grayscale: #9E9E9E. Windows color (decimal): -4419429 or 10195132. OLE color: 10195132.

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

Color convert

RGB188144155-
CMYK00.230.180.26
HSL345º24.72%65.1%-
HSV(B)345º23.4%73.73%-
XYZ36.633335.45-
YUV158.41126.08149.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 144 (56.64% from 255) = 29.57%
BLUE value IS 155 (60.94% from 255) = 31.83%
R=38.60%
G=29.57%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814415500.230.180.2634524.7265.1
HexBC909B017121A1591941
Octal274220233027223253131101
Binary1011110010010000100110110101111001011010101011001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC909B; }

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

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

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

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

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

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

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

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