#BC899A

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

Shades of Viola #BC899A

Tints of Viola #BC899A

Color information

#BC899A (or 0xBC899A) is unknown color: approx Viola. HEX triplet: BC, 89 and 9A. RGB value is (188,137,154). Sum of RGB (Red+Green+Blue) = 188+137+154=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC899A is #437665. Grayscale: #9A9A9A. Windows color (decimal): -4421222 or 10127804. OLE color: 10127804.

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

Color convert

RGB188137154-
CMYK00.270.180.26
HSL340º27.57%63.73%-
HSV(B)340º27.13%73.73%-
XYZ35.5230.9234.67-
YUV154.19127.9152.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 137 (53.91% from 255) = 28.60%
BLUE value IS 154 (60.55% from 255) = 32.15%
R=39.25%
G=28.60%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813715400.270.180.2634027.5763.73
HexBC899A01B121A1541c40
Octal274211232033223252434100
Binary1011110010001001100110100110111001011010101010100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC899A; }

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

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

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

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

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

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

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

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