#BC929E

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

Shades of Viola #BC929E

Tints of Viola #BC929E

Color information

#BC929E (or 0xBC929E) is unknown color: approx Viola. HEX triplet: BC, 92 and 9E. RGB value is (188,146,158). Sum of RGB (Red+Green+Blue) = 188+146+158=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC929E is #436D61. Grayscale: #9F9F9F. Windows color (decimal): -4418914 or 10392252. OLE color: 10392252.

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

Color convert

RGB188146158-
CMYK00.220.160.26
HSL342.86º23.86%65.49%-
HSV(B)342.86º22.34%73.73%-
XYZ37.1933.7236.9-
YUV159.93126.91148.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 158 (62.11% from 255) = 32.11%
R=38.21%
G=29.67%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814615800.220.160.26342.8623.8665.49
HexBC929E016101A1571841
Octal274222236026203252730101
Binary1011110010010010100111100101101000011010101010111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC929E; }

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

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

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

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

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

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

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

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