#BC8D9C

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

Shades of Viola #BC8D9C

Tints of Viola #BC8D9C

Color information

#BC8D9C (or 0xBC8D9C) is unknown color: approx Viola. HEX triplet: BC, 8D and 9C. RGB value is (188,141,156). Sum of RGB (Red+Green+Blue) = 188+141+156=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D9C is #437263. Grayscale: #9C9C9C. Windows color (decimal): -4420196 or 10259900. OLE color: 10259900.

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

Color convert

RGB188141156-
CMYK00.250.170.26
HSL340.85º25.97%64.51%-
HSV(B)340.85º25%73.73%-
XYZ36.2632.1435.75-
YUV156.76127.57150.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 141 (55.47% from 255) = 29.07%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=38.76%
G=29.07%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814115600.250.170.26340.8525.9764.51
HexBC8D9C019111A1551a41
Octal274215234031213252532101
Binary1011110010001101100111000110011000111010101010101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D9C; }

 p { color: rgb(188,141,156); }

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

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

 a { background-color: rgb(188,141,156); }

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

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

 span { border-color: rgb(188,141,156); }

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