#BC8D99

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

Shades of Viola #BC8D99

Tints of Viola #BC8D99

Color information

#BC8D99 (or 0xBC8D99) is unknown color: approx Viola. HEX triplet: BC, 8D and 99. RGB value is (188,141,153). Sum of RGB (Red+Green+Blue) = 188+141+153=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D99 is #437266. Grayscale: #9C9C9C. Windows color (decimal): -4420199 or 10063292. OLE color: 10063292.

HSL color Cylindrical-coordinate representation of color #BC8D99: hue angle of 344.68º 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 #BC8D99 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB188141153-
CMYK00.250.190.26
HSL344.68º25.97%64.51%-
HSV(B)344.68º25%73.73%-
XYZ36.0132.0434.42-
YUV156.42126.07150.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 153 (60.16% from 255) = 31.74%
R=39.00%
G=29.25%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814115300.250.190.26344.6825.9764.51
HexBC8D99019131A1591a41
Octal274215231031233253132101
Binary1011110010001101100110010110011001111010101011001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D99; }

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

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

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

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

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

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

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

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