#BC8F96

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

Shades of Viola #BC8F96

Tints of Viola #BC8F96

Color information

#BC8F96 (or 0xBC8F96) is unknown color: approx Viola. HEX triplet: BC, 8F and 96. RGB value is (188,143,150). Sum of RGB (Red+Green+Blue) = 188+143+150=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F96 is #437069. Grayscale: #9D9D9D. Windows color (decimal): -4419690 or 9867196. OLE color: 9867196.

HSL color Cylindrical-coordinate representation of color #BC8F96: hue angle of 350.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8F96 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188143150-
CMYK00.240.200.26
HSL350.67º25.14%64.9%-
HSV(B)350.67º23.94%73.73%-
XYZ36.0732.5433.23-
YUV157.25123.91149.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 143 (56.25% from 255) = 29.73%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=39.09%
G=29.73%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814315000.240.200.26350.6725.1464.9
HexBC8F96018141A15f1941
Octal274217226030243253731101
Binary1011110010001111100101100110001010011010101011111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8F96; }

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

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

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

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

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

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

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

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