#BC8897

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

Shades of Viola #BC8897

Tints of Viola #BC8897

Color information

#BC8897 (or 0xBC8897) is unknown color: approx Viola. HEX triplet: BC, 88 and 97. RGB value is (188,136,151). Sum of RGB (Red+Green+Blue) = 188+136+151=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8897 is #437768. Grayscale: #999999. Windows color (decimal): -4421481 or 9930940. OLE color: 9930940.

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

Color convert

RGB188136151-
CMYK00.280.200.26
HSL342.69º27.96%63.53%-
HSV(B)342.69º27.66%73.73%-
XYZ35.1330.5333.32-
YUV153.26126.73152.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=39.58%
G=28.63%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813615100.280.200.26342.6927.9663.53
HexBC889701C141A1571c40
Octal274210227034243252734100
Binary1011110010001000100101110111001010011010101010111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8897; }

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

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

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

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

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

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

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

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