#BC8996

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

Shades of Viola #BC8996

Tints of Viola #BC8996

Color information

#BC8996 (or 0xBC8996) is unknown color: approx Viola. HEX triplet: BC, 89 and 96. RGB value is (188,137,150). Sum of RGB (Red+Green+Blue) = 188+137+150=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8996 is #437669. Grayscale: #999999. Windows color (decimal): -4421226 or 9865660. OLE color: 9865660.

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

Color convert

RGB188137150-
CMYK00.270.200.26
HSL344.71º27.57%63.73%-
HSV(B)344.71º27.13%73.73%-
XYZ35.1930.7832.94-
YUV153.73125.9152.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=39.58%
G=28.84%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813715000.270.200.26344.7127.5763.73
HexBC899601B141A1591c40
Octal274211226033243253134100
Binary1011110010001001100101100110111010011010101011001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8996; }

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

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

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

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

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

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

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

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