#BC8894

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

Shades of Viola #BC8894

Tints of Viola #BC8894

Color information

#BC8894 (or 0xBC8894) is unknown color: approx Viola. HEX triplet: BC, 88 and 94. RGB value is (188,136,148). Sum of RGB (Red+Green+Blue) = 188+136+148=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8894 is #43776B. Grayscale: #989898. Windows color (decimal): -4421484 or 9734332. OLE color: 9734332.

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

Color convert

RGB188136148-
CMYK00.280.210.26
HSL346.15º27.96%63.53%-
HSV(B)346.15º27.66%73.73%-
XYZ34.8930.4432.05-
YUV152.92125.23153.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 136 (53.52% from 255) = 28.81%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=39.83%
G=28.81%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813614800.280.210.26346.1527.9663.53
HexBC889401C151A15a1c40
Octal274210224034253253234100
Binary1011110010001000100101000111001010111010101011010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8894; }

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

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

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

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

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

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

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

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