#BC9398

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

Shades of Viola #BC9398

Tints of Viola #BC9398

Color information

#BC9398 (or 0xBC9398) is unknown color: approx Viola. HEX triplet: BC, 93 and 98. RGB value is (188,147,152). Sum of RGB (Red+Green+Blue) = 188+147+152=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9398 is #436C67. Grayscale: #9F9F9F. Windows color (decimal): -4418664 or 9999292. OLE color: 9999292.

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

Color convert

RGB188147152-
CMYK00.220.190.26
HSL352.68º23.43%65.69%-
HSV(B)352.68º21.81%73.73%-
XYZ36.8433.8334.29-
YUV159.83123.58148.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=38.60%
G=30.18%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814715200.220.190.26352.6823.4365.69
HexBC9398016131A1611742
Octal274223230026233254127102
Binary1011110010010011100110000101101001111010101100001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9398; }

 p { color: rgb(188,147,152); }

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

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

 a { background-color: rgb(188,147,152); }

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

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

 span { border-color: rgb(188,147,152); }

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