#BC9499

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

Shades of Viola #BC9499

Tints of Viola #BC9499

Color information

#BC9499 (or 0xBC9499) is unknown color: approx Viola. HEX triplet: BC, 94 and 99. RGB value is (188,148,153). Sum of RGB (Red+Green+Blue) = 188+148+153=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9499 is #436B66. Grayscale: #A0A0A0. Windows color (decimal): -4418407 or 10065084. OLE color: 10065084.

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

Color convert

RGB188148153-
CMYK00.210.190.26
HSL352.5º22.99%65.88%-
HSV(B)352.5º21.28%73.73%-
XYZ37.0834.1734.78-
YUV160.53123.75147.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 153 (60.16% from 255) = 31.29%
R=38.45%
G=30.27%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814815300.210.190.26352.522.9965.88
HexBC9499015131A1601742
Octal274224231025233254027102
Binary1011110010010100100110010101011001111010101100000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9499; }

 p { color: rgb(188,148,153); }

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

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

 a { background-color: rgb(188,148,153); }

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

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

 span { border-color: rgb(188,148,153); }

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