#BC96A6

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

Shades of Viola #BC96A6

Tints of Viola #BC96A6

Color information

#BC96A6 (or 0xBC96A6) is unknown color: approx Viola. HEX triplet: BC, 96 and A6. RGB value is (188,150,166). Sum of RGB (Red+Green+Blue) = 188+150+166=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC96A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC96A6 is #436959. Grayscale: #A3A3A3. Windows color (decimal): -4417882 or 10917564. OLE color: 10917564.

HSL color Cylindrical-coordinate representation of color #BC96A6: hue angle of 334.74º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC96A6 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB188150166-
CMYK00.200.120.26
HSL334.74º22.09%66.27%-
HSV(B)334.74º20.21%73.73%-
XYZ38.5335.2640.85-
YUV163.19129.59145.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 166 (65.23% from 255) = 32.94%
R=37.30%
G=29.76%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815016600.200.120.26334.7422.0966.27
HexBC96A6014C1A14f1642
Octal274226246024143251726102
Binary101111001001011010100110010100110011010101001111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC96A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC96A6; }

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

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

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

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

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

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

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

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