#BC9DA6

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

Shades of Viola #BC9DA6

Tints of Viola #BC9DA6

Color information

#BC9DA6 (or 0xBC9DA6) is unknown color: approx Viola. HEX triplet: BC, 9D and A6. RGB value is (188,157,166). Sum of RGB (Red+Green+Blue) = 188+157+166=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9DA6 is #436259. Grayscale: #A7A7A7. Windows color (decimal): -4416090 or 10919356. OLE color: 10919356.

HSL color Cylindrical-coordinate representation of color #BC9DA6: hue angle of 342.58º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BC9DA6 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB188157166-
CMYK00.160.120.26
HSL342.58º18.79%67.65%-
HSV(B)342.58º16.49%73.73%-
XYZ39.6837.5641.23-
YUV167.3127.27142.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 157 (61.72% from 255) = 30.72%
BLUE value IS 166 (65.23% from 255) = 32.49%
R=36.79%
G=30.72%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815716600.160.120.26342.5818.7967.65
HexBC9DA6010C1A1571344
Octal274235246020143252723104
Binary101111001001110110100110010000110011010101010111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DA6; }

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

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

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

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

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

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

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

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