#BC8892

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

Shades of Viola #BC8892

Tints of Viola #BC8892

Color information

#BC8892 (or 0xBC8892) is unknown color: approx Viola. HEX triplet: BC, 88 and 92. RGB value is (188,136,146). Sum of RGB (Red+Green+Blue) = 188+136+146=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8892 is #43776D. Grayscale: #989898. Windows color (decimal): -4421486 or 9603260. OLE color: 9603260.

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

Color convert

RGB188136146-
CMYK00.280.220.26
HSL348.46º27.96%63.53%-
HSV(B)348.46º27.66%73.73%-
XYZ34.7330.3831.23-
YUV152.69124.23153.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 136 (53.52% from 255) = 28.94%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=40%
G=28.94%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813614600.280.220.26348.4627.9663.53
HexBC889201C161A15c1c40
Octal274210222034263253434100
Binary1011110010001000100100100111001011011010101011100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8892; }

 p { color: rgb(188,136,146); }

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

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

 a { background-color: rgb(188,136,146); }

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

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

 span { border-color: rgb(188,136,146); }

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