#BC898F

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

Shades of Viola #BC898F

Tints of Viola #BC898F

Color information

#BC898F (or 0xBC898F) is unknown color: approx Viola. HEX triplet: BC, 89 and 8F. RGB value is (188,137,143). Sum of RGB (Red+Green+Blue) = 188+137+143=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC898F is #437670. Grayscale: #989898. Windows color (decimal): -4421233 or 9406908. OLE color: 9406908.

HSL color Cylindrical-coordinate representation of color #BC898F: hue angle of 352.94º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC898F is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB188137143-
CMYK00.270.240.26
HSL352.94º27.57%63.73%-
HSV(B)352.94º27.13%73.73%-
XYZ34.6430.5730.06-
YUV152.93122.4153.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 137 (53.91% from 255) = 29.27%
BLUE value IS 143 (56.25% from 255) = 30.56%
R=40.17%
G=29.27%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813714300.270.240.26352.9427.5763.73
HexBC898F01B181A1611c40
Octal274211217033303254134100
Binary1011110010001001100011110110111100011010101100001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC898F; }

 p { color: rgb(188,137,143); }

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

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

 a { background-color: rgb(188,137,143); }

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

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

 span { border-color: rgb(188,137,143); }

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