#BC8899

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

Shades of Viola #BC8899

Tints of Viola #BC8899

Color information

#BC8899 (or 0xBC8899) is unknown color: approx Viola. HEX triplet: BC, 88 and 99. RGB value is (188,136,153). Sum of RGB (Red+Green+Blue) = 188+136+153=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8899 is #437766. Grayscale: #999999. Windows color (decimal): -4421479 or 10062012. OLE color: 10062012.

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

Color convert

RGB188136153-
CMYK00.280.190.26
HSL340.38º27.96%63.53%-
HSV(B)340.38º27.66%73.73%-
XYZ35.2930.634.18-
YUV153.49127.73152.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=39.41%
G=28.51%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813615300.280.190.26340.3827.9663.53
HexBC889901C131A1541c40
Octal274210231034233252434100
Binary1011110010001000100110010111001001111010101010100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8899; }

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

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

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

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

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

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

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

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